Method SetLocalToParentPose
SetLocalToParentPose(Transform, in Pose)
Sets the local-to-parent transformation using a Pose.
Declaration
public static void SetLocalToParentPose(this Transform transform, in Pose pose)
Parameters
Type | Name | Description |
---|---|---|
Transform | transform | The Transform whose local-to-parent transformation to set. |
Pose | pose | The pose to set the transformation to. |