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. |
|
Left | Left hand. |
|
Right | Right hand. |