Enum Handedness
Represents which hand is being referred to.
Namespace: UnityEngine.XR.Hands
Syntax
public enum Handedness
Fields
Name | Description | Value |
---|---|---|
Invalid | Invalid hand. Will never be usable. Use leftHand or rightHand to obtain a valid hand. |
0 |
Left | Left hand. |
1 |
Right | Right hand. |
2 |