Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialComponentMesh3DList.xml
11323 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRSpatialComponentMesh3DList" 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 mesh3d result data.4</brief_description>5<description>6Object for storing the queries 3d mesh result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].7</description>8<tutorials>9</tutorials>10<methods>11<method name="get_mesh" qualifiers="const">12<return type="Mesh" />13<param index="0" name="index" type="int" />14<description>15Returns the mesh for the entity at this [param index].16</description>17</method>18<method name="get_transform" qualifiers="const">19<return type="Transform3D" />20<param index="0" name="index" type="int" />21<description>22Returns the transform for positioning our mesh for the entity at this [param index].23</description>24</method>25</methods>26</class>272829