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.
Checking the stable version of the documentation...
OpenXRSpatialComponentMesh2DList
Expérimental : This class may be changed or removed in future versions.
Hérite de : OpenXRSpatialComponentData < RefCounted < Object
Object for storing the queries mesh2d result data.
Description
Object for storing the queries 2D mesh result data when calling OpenXRSpatialEntityExtension.query_snapshot().
Méthodes
get_indices(snapshot: RID, index: int) const |
|
get_transform(index: int) const |
|
get_vertices(snapshot: RID, index: int) const |
Descriptions des méthodes
PackedInt32Array get_indices(snapshot: RID, index: int) const 🔗
Returns the mesh indices for the entity at this index.
Transform3D get_transform(index: int) const 🔗
Returns the transform for positioning our mesh for the entity at this index.
PackedVector2Array get_vertices(snapshot: RID, index: int) const 🔗
Returns the mesh vertices for the entity at this index.