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...
OpenXRSpatialComponentPlaneSemanticLabelList
Sperimentale: This class may be changed or removed in future versions.
Eredita: OpenXRSpatialComponentData < RefCounted < Object
Object for storing the queries plane semantic label result data.
Descrizione
Oggetto per memorizzare i dati risultanti di una richiesta sulle etichette semantiche di un piano quando si chiama OpenXRSpatialEntityExtension.query_snapshot().
Metodi
get_plane_semantic_label(index: int) const |
Enumerazioni
enum PlaneSemanticLabel: 🔗
PlaneSemanticLabel PLANE_SEMANTIC_LABEL_UNCATEGORIZED = 1
Uncategorized plane.
PlaneSemanticLabel PLANE_SEMANTIC_LABEL_FLOOR = 2
Plane represents a floor.
PlaneSemanticLabel PLANE_SEMANTIC_LABEL_WALL = 3
Plane represents a wall.
PlaneSemanticLabel PLANE_SEMANTIC_LABEL_CEILING = 4
Plane represents a ceiling.
PlaneSemanticLabel PLANE_SEMANTIC_LABEL_TABLE = 5
Plane represents the surface of a table.
Descrizioni dei metodi
PlaneSemanticLabel get_plane_semantic_label(index: int) const 🔗
Returns the plane semantic label for the parent entity at this index.