Enum MatchOrientation
The option of which object's orientation in the rig will be matched with the destination after teleporting.
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public enum MatchOrientation
Fields
| Name | Description | Value |
|---|---|---|
| WorldSpaceUp | 0 | |
| TargetUp | 1 | |
| TargetUpAndForward | 2 | |
| None | 3 |