Handedness 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.
Describes which hand the current hand tracker represents.
public enum Handedness
type Handedness =
Public Enum Handedness
- Inheritance
-
Handedness
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Represents the user's left hand. |
Right | 1 | Represents the user's right hand. |