InteractionHandType Enumeration
Specifies which hand type has been identified.
Syntax
public enum InteractionHandType
Members
Member name | Value | Description | |
---|---|---|---|
Left | 1 | The hand is a left hand. | |
None | 0 | The hand cannot be classified as a right or left hand. | |
Right | 2 | The hand is a right hand. |
Requirements
Namespace: Microsoft.Kinect.Toolkit.Interaction
Assembly: Microsoft.Kinect.Toolkit.Interaction (in microsoft.kinect.toolkit.interaction.dll)