Class XRHandJointIDUtility
Houses extension and utility methods for XRHandJointID.
Inherited Members
Namespace: UnityEngine.XR.Hands
Assembly: solution.dll
Syntax
public static class XRHandJointIDUtility
Methods
Name | Description |
---|---|
FromIndex(int) | Call this to get the corresponding XRHandJointID from an index into an array of associated data. |
GetBackJointID(XRHandFingerID) | Gets the tip XRHandJointID of a given XRHandFingerID. |
GetFrontJointID(XRHandFingerID) | Gets the metacarpal XRHandJointID of a given XRHandFingerID. |
ToIndex(XRHandJointID) | Call |