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