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