godot/modules/openxr/doc_classes/OpenXRSpatialComponentBounded2DList.xml
2025-09-27 12:23:33 +10:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="OpenXRSpatialComponentBounded2DList" inherits="OpenXRSpatialComponentData" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
Object for storing the queries bounded2d result data.
</brief_description>
<description>
Object for storing the queries 2D bounding rectangle 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 rectangle for the entity at this [param index].
</description>
</method>
<method name="get_size" qualifiers="const">
<return type="Vector2" />
<param index="0" name="index" type="int" />
<description>
Returns the size of our bounding rectangle for the entity at this [param index].
</description>
</method>
</methods>
</class>