UxrRotationConstraintMode Enumeration
Enumerates the ways a UxrGrabbableObject rotation can be constrained when being manipulated.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrRotationConstraintMode
Members
Member name | Value | Description | |
---|---|---|---|
Free | 0 | No constraints. | |
RestrictLocalRotation | 1 | Local rotation constraint. | |
Locked | 2 | The UxrGrabbableObject cannot rotate. |