Method ApplyRootPoseOffset
ApplyRootPoseOffset(Vector3)
Applies an offset to the root pose of the hand skeleton. This can be used to adjust the position of the hand in situations where you want the hand visual to stop moving when interacting with an object. The offset is applied in the local space of the hand's root transform.
Declaration
public void ApplyRootPoseOffset(Vector3 rootPoseOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | rootPoseOffset | A Vector3 representing the offset to apply to the root pose of the hand skeleton. |