Method SetRootPose
SetRootPose(ref XRHand, Pose)
Declaration
public static void SetRootPose(this ref XRHand hand, Pose rootPose)
Parameters
| Type | Name | Description |
|---|---|---|
| XRHand | hand | The invoking hand for this extension method. To call this method,
call |
| Pose | rootPose | The root Pose to set for the |
Remarks
Be sure to follow this with a call to yourHandSubsystem.SetCorrespondingHand(modifiedHand),
or you will only update the root pose of a copy of a hand.