UxrReorientationType Enumeration
How the avatar can be reoriented when executing a teleportation.
Namespace: UltimateXR.Locomotion
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrReorientationType
Members
| Member name | Value | Description | |
|---|---|---|---|
| KeepOrientation | 0 | Avatar will teleport and keep the same orientation. | |
| UseTeleportFromToDirection | 1 | Avatar new orientation will be the (source, destination) vector. | |
| AllowUserJoystickRedirect | 2 | User can control the new orientation using the joystick. |