Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialComponentBounded2DList.xml
11323 views
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<class name="OpenXRSpatialComponentBounded2DList" 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 bounded2d result data.
5
</brief_description>
6
<description>
7
Object for storing the queries 2D bounding rectangle result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].
8
</description>
9
<tutorials>
10
</tutorials>
11
<methods>
12
<method name="get_center_pose" qualifiers="const">
13
<return type="Transform3D" />
14
<param index="0" name="index" type="int" />
15
<description>
16
Returns the center of our bounding rectangle for the entity at this [param index].
17
</description>
18
</method>
19
<method name="get_size" qualifiers="const">
20
<return type="Vector2" />
21
<param index="0" name="index" type="int" />
22
<description>
23
Returns the size of our bounding rectangle for the entity at this [param index].
24
</description>
25
</method>
26
</methods>
27
</class>
28
29