Enum HandJointsMotionRange
Specifies the motion range constraint applied to hand joint poses.
Values correspond to the
XrHandJointsMotionRangeEXT enumeration defined by
XR_EXT_hand_joints_motion_range.
Namespace: UnityEngine.XR.Hands.OpenXR
Assembly: Unity.XR.Hands.dll
Syntax
public enum HandJointsMotionRange
Fields
| Name | Description |
|---|---|
| ConformingToController | Joint poses are constrained to conform to the shape of a held
controller, reflecting how the hand wraps around the device.
Maps to |
| Unobstructed | Joint poses are not constrained by a held controller and reflect
the full natural range of hand motion.
Maps to |