Method UpdateJointLocalPoses
UpdateJointLocalPoses(XRHandJointsUpdatedEventArgs)
Calculates the local poses for all the joints in the hand using the standard parent hierarchy. Call this method to update the m_JointLocalPoses array with the latest joint data.
Declaration
protected void UpdateJointLocalPoses(XRHandJointsUpdatedEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| XRHandJointsUpdatedEventArgs | args | The event arguments for the XRHand joints updated. |