Method GetBackJointID
GetBackJointID(XRHandFingerID)
Gets the tip XRHandJointID of a given XRHandFingerID.
Declaration
public static XRHandJointID GetBackJointID(this XRHandFingerID fingerId)
Parameters
| Type | Name | Description |
|---|---|---|
| XRHandFingerID | fingerId | ID of the finger you want the last XRHandJointID of. |
Returns
| Type | Description |
|---|---|
| XRHandJointID | Last XRHandJointID for the given finger in an XRHand object's list of joints. |
Remarks
Use with GetFrontJointID(XRHandFingerID) to iterate through the joints of a finger.