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
Sperimentale: This class may be changed or removed in future versions.
Eredita: OpenXRSpatialComponentData < RefCounted < Object
Object for storing the queries plane alignment result data.
Descrizione
Oggetto per memorizzare i dati risultanti di una richiesta sull'allineamento di un piano quando si chiama OpenXRSpatialEntityExtension.query_snapshot().
Metodi
get_plane_alignment(index: int) const |
Enumerazioni
enum PlaneAlignment: 🔗
PlaneAlignment PLANE_ALIGNMENT_HORIZONTAL_UPWARD = 0
Plane is facing upward.
PlaneAlignment PLANE_ALIGNMENT_HORIZONTAL_DOWNWARD = 1
Plane is facing downwards.
PlaneAlignment PLANE_ALIGNMENT_VERTICAL = 2
Plane is vertically aligned.
PlaneAlignment PLANE_ALIGNMENT_ARBITRARY = 3
Plane has an arbitrary alignment.
Descrizioni dei metodi
PlaneAlignment get_plane_alignment(index: int) const 🔗
Returns the plane alignment for the parent entity at this index.