Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialComponentParentList.xml
11323 views
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<class name="OpenXRSpatialComponentParentList" inherits="OpenXRSpatialComponentData" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
3
<brief_description>
4
Object for storing the queries parent result data.
5
</brief_description>
6
<description>
7
Object for storing the queries parent result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].
8
</description>
9
<tutorials>
10
</tutorials>
11
<methods>
12
<method name="get_parent" qualifiers="const">
13
<return type="RID" />
14
<param index="0" name="index" type="int" />
15
<description>
16
Returns the RID for the parent entity at this [param index].
17
</description>
18
</method>
19
</methods>
20
</class>
21
22