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