UxrWalkDirection Enumeration
Enumerates the different options available to decide which direction the avatar will move when using locomotion components such as UxrSmoothLocomotion.
Namespace: UltimateXR.Locomotion
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrWalkDirection
Members
Member name | Value | Description | |
---|---|---|---|
ControllerForward | 0 | User will move in the direction pointed by the controller. | |
AvatarForward | 1 | User will move in the direction currently pointed by the avatar’s root transform forward vector. | |
LookDirection | 2 | User will move in the direction currently being looking at. |