mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="OpenXRSpatialComponentMesh2DList" inherits="OpenXRSpatialComponentData" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
<brief_description>
|
|
Object for storing the queries mesh2d result data.
|
|
</brief_description>
|
|
<description>
|
|
Object for storing the queries 2D mesh result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_indices" qualifiers="const">
|
|
<return type="PackedInt32Array" />
|
|
<param index="0" name="snapshot" type="RID" />
|
|
<param index="1" name="index" type="int" />
|
|
<description>
|
|
Returns the mesh indices for the entity at this [param index].
|
|
</description>
|
|
</method>
|
|
<method name="get_transform" qualifiers="const">
|
|
<return type="Transform3D" />
|
|
<param index="0" name="index" type="int" />
|
|
<description>
|
|
Returns the transform for positioning our mesh for the entity at this [param index].
|
|
</description>
|
|
</method>
|
|
<method name="get_vertices" qualifiers="const">
|
|
<return type="PackedVector2Array" />
|
|
<param index="0" name="snapshot" type="RID" />
|
|
<param index="1" name="index" type="int" />
|
|
<description>
|
|
Returns the mesh vertices for the entity at this [param index].
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
</class>
|