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.

OpenXRSpatialComponentPlaneSemanticLabelList

Experimental: This class may be changed or removed in future versions.

Hereda: OpenXRSpatialComponentData < RefCounted < Object

Objeto para almacenar los datos del resultado de las consultas de etiquetas semánticas del plano.

Descripción

Objeto para almacenar los datos del resultado de las consultas de etiquetas semánticas del plano al llamar a OpenXRSpatialEntityExtension.query_snapshot().

Métodos

PlaneSemanticLabel

get_plane_semantic_label(index: int) const


Enumeraciones

enum PlaneSemanticLabel: 🔗

PlaneSemanticLabel PLANE_SEMANTIC_LABEL_UNCATEGORIZED = 1

Plano sin categorizar.

PlaneSemanticLabel PLANE_SEMANTIC_LABEL_FLOOR = 2

El plano representa un suelo.

PlaneSemanticLabel PLANE_SEMANTIC_LABEL_WALL = 3

El plano representa una pared.

PlaneSemanticLabel PLANE_SEMANTIC_LABEL_CEILING = 4

El plano representa un techo.

PlaneSemanticLabel PLANE_SEMANTIC_LABEL_TABLE = 5

El plano representa la superficie de una mesa.


Descripciones de Métodos

PlaneSemanticLabel get_plane_semantic_label(index: int) const 🔗

Devuelve la etiqueta semántica del plano para la entidad padre en este index.