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