Struct HandJointsMotionRangeConfig
Configuration for per-hand motion range constraints. Used with IXRHandConfigurationHandler<TConfig> to stage and query the active motion range on the the hand joints motion range feature.
Inherited Members
Namespace: UnityEngine.XR.Hands.OpenXR
Assembly: Unity.XR.Hands.dll
Syntax
public struct HandJointsMotionRangeConfig
Fields
leftMotionRange
The motion range constraint for the left hand.
Declaration
public HandJointsMotionRange leftMotionRange
Field Value
| Type | Description |
|---|---|
| HandJointsMotionRange |
rightMotionRange
The motion range constraint for the right hand.
Declaration
public HandJointsMotionRange rightMotionRange
Field Value
| Type | Description |
|---|---|
| HandJointsMotionRange |