Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialComponentMesh2DList.xml
11323 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRSpatialComponentMesh2DList" 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 mesh2d result data.4</brief_description>5<description>6Object for storing the queries 2D mesh result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].7</description>8<tutorials>9</tutorials>10<methods>11<method name="get_indices" qualifiers="const">12<return type="PackedInt32Array" />13<param index="0" name="snapshot" type="RID" />14<param index="1" name="index" type="int" />15<description>16Returns the mesh indices for the entity at this [param index].17</description>18</method>19<method name="get_transform" qualifiers="const">20<return type="Transform3D" />21<param index="0" name="index" type="int" />22<description>23Returns the transform for positioning our mesh for the entity at this [param index].24</description>25</method>26<method name="get_vertices" qualifiers="const">27<return type="PackedVector2Array" />28<param index="0" name="snapshot" type="RID" />29<param index="1" name="index" type="int" />30<description>31Returns the mesh vertices for the entity at this [param index].32</description>33</method>34</methods>35</class>363738