Enum FollowReferenceAxis
Represents the reference axis relative to the tracking anchor used to compare up and camera facing direction.
Namespace: UnityEngine.XR.Interaction.Toolkit.UI.BodyUI
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum FollowReferenceAxis
Fields
Name | Description |
---|---|
Back | Represents the negative Z axis. |
Down | Represents the negative Y axis. |
Forward | Represents the positive Z axis. |
Left | Represents the negative X axis. |
Right | Represents the positive X axis. |
Up | Represents the positive Y axis. |