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 nameValueDescription
NotAllowed0Rotating around is not allowed.
Immediate1Avatar will rotate immediately.
Fade2Fade-out followed by the rotation and fade-in.
Smooth3Interpolated rotation.

See Also

Reference

UltimateXR.Locomotion Namespace