Enum XrSpatialPlaneAlignmentEXT
Plane alignment component type. Describes the orientation of a plane associated with a spatial entity.
Provided by XR_EXT_spatial_plane_tracking.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrSpatialPlaneAlignmentEXT
Fields
| Name | Description |
|---|---|
| Arbitrary | The entity has an arbitrary, non-vertical and non-horizontal alignment.
Equivalent to the OpenXR value |
| HorizontalDownward | The entity is horizontally aligned and faces downward, such as a ceiling.
Equivalent to the OpenXR value |
| HorizontalUpward | The entity is horizontally aligned and faces upward, such as a floor.
Equivalent to the OpenXR value |
| Vertical | The entity is vertically aligned, such as a wall.
Equivalent to the OpenXR value |