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...
OpenXRSpatialComponentPlaneAlignmentList
Experimental: This class may be changed or removed in future versions.
Hereda: OpenXRSpatialComponentData < RefCounted < Object
Objeto para almacenar los datos de resultado de alineación de planos de las consultas.
Descripción
Objeto para almacenar los datos de resultado de alineación de planos de las consultas al llamar a OpenXRSpatialEntityExtension.query_snapshot().
Métodos
get_plane_alignment(index: int) const |
Enumeraciones
enum PlaneAlignment: 🔗
PlaneAlignment PLANE_ALIGNMENT_HORIZONTAL_UPWARD = 0
El plano apunta hacia arriba.
PlaneAlignment PLANE_ALIGNMENT_HORIZONTAL_DOWNWARD = 1
El plano apunta hacia abajo.
PlaneAlignment PLANE_ALIGNMENT_VERTICAL = 2
El plano está alineado verticalmente.
PlaneAlignment PLANE_ALIGNMENT_ARBITRARY = 3
El plano tiene una alineación arbitraria.
Descripciones de Métodos
PlaneAlignment get_plane_alignment(index: int) const 🔗
Returns the plane alignment for the parent entity at this index.