HandJointsMotionRange Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The requested hand joints' range of motion from a controller.
public enum HandJointsMotionRange
type HandJointsMotionRange =
Public Enum HandJointsMotionRange
- Inheritance
-
HandJointsMotionRange
Fields
Name | Value | Description |
---|---|---|
Unobstructed | 1 | The range of motion of a human hand, without any obstructions. |
ConformingToController | 2 | The range of motion of the hand joints taking into account any physical limits imposed by the controller itself. |
Remarks
See https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XrHandJointsMotionRangeEXT for more information.