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
Expérimental : This class may be changed or removed in future versions.
Hérite de : OpenXRSpatialComponentData < RefCounted < Object
Object for storing the queries plane semantic label result data.
Description
Object for storing the queries plane semantic label result data when calling OpenXRSpatialEntityExtension.query_snapshot().
Méthodes
get_plane_semantic_label(index: int) const |
Énumérations
enum PlaneSemanticLabel: 🔗
PlaneSemanticLabel PLANE_SEMANTIC_LABEL_UNCATEGORIZED = 1
Plan non catégorisé.
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.
Descriptions des méthodes
PlaneSemanticLabel get_plane_semantic_label(index: int) const 🔗
Returns the plane semantic label for the parent entity at this index.