Enum XrHandJointsMotionRangeEXT
Specifies the motion range constraint that the runtime should apply
when returning hand joint poses. Provided by XR_EXT_hand_joints_motion_range.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrHandJointsMotionRangeEXT
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.
Equivalent to the OpenXR value |
| Unobstructed | Joint poses are not constrained by a held controller and reflect
the full natural range of hand motion.
Equivalent to the OpenXR value |