Property curLocalToWorldPose
curLocalToWorldPose
The pose of the game object the trajectory component is attached to, during the current frame, in world space.
Declaration
public Pose curLocalToWorldPose { get; }
Property Value
| Type | Description |
|---|---|
| Pose |
Remarks
It is recommended to inquire this value during LateUpdate.