OpenXR: Implement spatial entities extension
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="OpenXRSpatialComponentParentList" inherits="OpenXRSpatialComponentData" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
||||
<brief_description>
|
||||
Object for storing the queries parent result data.
|
||||
</brief_description>
|
||||
<description>
|
||||
Object for storing the queries parent result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_parent" qualifiers="const">
|
||||
<return type="RID" />
|
||||
<param index="0" name="index" type="int" />
|
||||
<description>
|
||||
Returns the RID for the parent entity at this [param index].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
</class>
|
||||
Reference in New Issue
Block a user