Enum XRHandAxis
The axis of a hand that is independent of the handedness.
Namespace: UnityEngine.XR.Hands.Gestures
Assembly: Unity.XR.Hands.dll
Syntax
public enum XRHandAxis
Fields
Name | Description |
---|---|
FingersExtendedDirection | The direction that the index, middle, ring, and little finger point when they are extended. This direction is perpendicular to the hand's PalmDirection and ThumbExtendedDirection |
PalmDirection | The direction pointing out from the hand's palm. This direction is perpendicular to the hand's FingersExtendedDirection and ThumbExtendedDirection |
ThumbExtendedDirection | The direction pointing from the center of the hand towards the thumb. Left and right hands are symmetrically mirrored so when palms are facing up in front of the body, this direction is right on the right hand, and left on the left hand, relative to the body. This direction is perpendicular to the hand's PalmDirection and FingersExtendedDirection |