Enum XRFingerShapeType
The different states to describe a finger
Namespace: UnityEngine.XR.Hands.Gestures
Assembly: Unity.XR.Hands.dll
Syntax
public enum XRFingerShapeType
Fields
Name | Description |
---|---|
BaseCurl | The amount that the proximal (knuckle) joint is curled. |
FullCurl | The amount that all joints in a finger are curled. |
Pinch | How close a given fingertip of the four fingers is to the ThumbTip. |
Spread | The amount that the finger is separated from the adjacent finger towards the Little finger. |
TipCurl | The amount of bend in the top two joints of the finger. |