Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialComponentBounded2DList.xml
11323 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRSpatialComponentBounded2DList" inherits="OpenXRSpatialComponentData" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Object for storing the queries bounded2d result data.4</brief_description>5<description>6Object for storing the queries 2D bounding rectangle result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].7</description>8<tutorials>9</tutorials>10<methods>11<method name="get_center_pose" qualifiers="const">12<return type="Transform3D" />13<param index="0" name="index" type="int" />14<description>15Returns the center of our bounding rectangle for the entity at this [param index].16</description>17</method>18<method name="get_size" qualifiers="const">19<return type="Vector2" />20<param index="0" name="index" type="int" />21<description>22Returns the size of our bounding rectangle for the entity at this [param index].23</description>24</method>25</methods>26</class>272829