Method GetWorldPose
GetWorldPose(Transform)
Gets the world position and rotation as a Pose.
Declaration
public static Pose GetWorldPose(this Transform transform)
Parameters
| Type | Name | Description |
|---|---|---|
| Transform | transform | The transform from which to get the pose. |
Returns
| Type | Description |
|---|---|
| Pose | The world pose. |