UxrRotationType Enumeration
Enumerates the supported types of rotation around the avatar’s axis.
Namespace: UltimateXR.Locomotion
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrRotationType
Members
| Member name | Value | Description | |
|---|---|---|---|
| NotAllowed | 0 | Rotating around is not allowed. | |
| Immediate | 1 | Avatar will rotate immediately. | |
| Fade | 2 | Fade-out followed by the rotation and fade-in. | |
| Smooth | 3 | Interpolated rotation. |