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
Syntax
public enum FollowReferenceAxis
Fields
Name | Description | Value |
---|---|---|
Right | Represents the positive X axis. |
0 |
Up | Represents the positive Y axis. |
1 |
Forward | Represents the positive Z axis. |
2 |
Left | Represents the negative X axis. |
3 |
Down | Represents the negative Y axis. |
4 |
Back | Represents the negative Z axis. |
5 |