Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/openxr/doc_classes/OpenXRAnchorTracker.xml
11323 views
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<class name="OpenXRAnchorTracker" inherits="OpenXRSpatialEntityTracker" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
3
<brief_description>
4
Positional tracker for our spatial entity anchor extension.
5
</brief_description>
6
<description>
7
Positional tracker for our OpenXR spatial entity anchor extension, it tracks a user defined location in real space and maps it to our virtual space.
8
</description>
9
<tutorials>
10
</tutorials>
11
<methods>
12
<method name="has_uuid" qualifiers="const">
13
<return type="bool" />
14
<description>
15
Returns [code]true[/code] if a non-zero UUID is set.
16
</description>
17
</method>
18
</methods>
19
<members>
20
<member name="uuid" type="String" setter="set_uuid" getter="get_uuid" default="&quot;&quot;">
21
The UUID provided for persistent anchors.
22
</member>
23
</members>
24
<signals>
25
<signal name="uuid_changed">
26
<description>
27
Emitted when the UUID for this anchor was changed.
28
</description>
29
</signal>
30
</signals>
31
</class>
32
33