UxrRotationProvider Enumeration
Enumerates the different ways a UxrGrabbableObject with rotation constraints can be rotated while being manipulated.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrRotationProvider
Members
| Member name | Value | Description | |
|---|---|---|---|
| HandOrientation | 0 | Grabbed object will rotate as the hand rotates. | |
| HandPositionAroundPivot | 1 | Grabbed object rotate based on the hand position around the object’s pivot. Useful for levers, steering wheels… |