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