1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules/openxr/doc_classes/OpenXRSpatialComponentBounded3DList.xml
2025-09-27 12:23:33 +10:00

28 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="OpenXRSpatialComponentBounded3DList" inherits="OpenXRSpatialComponentData" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
Object for storing the queries bounded3d result data.
</brief_description>
<description>
Object for storing the queries 3d bounding box result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].
</description>
<tutorials>
</tutorials>
<methods>
<method name="get_center_pose" qualifiers="const">
<return type="Transform3D" />
<param index="0" name="index" type="int" />
<description>
Returns the center of our bounding box for the entity at this [param index].
</description>
</method>
<method name="get_size" qualifiers="const">
<return type="Vector3" />
<param index="0" name="index" type="int" />
<description>
Returns the size of our bounding box for the entity at this [param index].
</description>
</method>
</methods>
</class>