Enum XRHandFingerID
Represents a finger on either hand. Useful with the GetFrontJointID(XRHandFingerID) and GetBackJointID(XRHandFingerID) APIs.
Namespace: UnityEngine.XR.Hands
Syntax
public enum XRHandFingerID
Fields
Name | Description | Value |
---|---|---|
Index | Represents the index finger. |
|
Little | Represents the little finger. |
|
Middle | Represents the middle finger. |
|
Ring | Represents the ring finger. |
|
Thumb | Represents the thumb. |