Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

OpenXRSpatialComponentMesh2DList

实验性: This class may be changed or removed in future versions.

继承: OpenXRSpatialComponentData < RefCounted < Object

用于存储查询 mesh2d 结果数据的对象。

描述

用于存储调用 OpenXRSpatialEntityExtension.query_snapshot() 时查询到的 2D 网格结果数据的对象。

方法

PackedInt32Array

get_indices(snapshot: RID, index: int) const

Transform3D

get_transform(index: int) const

PackedVector2Array

get_vertices(snapshot: RID, index: int) const


方法说明

PackedInt32Array get_indices(snapshot: RID, index: int) const 🔗

返回该 index 处实体的网格索引。


Transform3D get_transform(index: int) const 🔗

返回用于定位该 index 处实体的网格的变换。


PackedVector2Array get_vertices(snapshot: RID, index: int) const 🔗

返回该 index 处实体的网格顶点。