Expand description
Transform
extrapolation, making movement in FixedUpdate
appear smooth
by easing between the current and predicted Transform
in between fixed timesteps.
See the TransformExtrapolationPlugin
for more information.
Structsยง
- Enables rotation extrapolation for an entity, making changes to rotation in
FixedUpdate
appear smooth. - Enables
Transform
extrapolation for an entity, making changes to translation and rotation inFixedUpdate
appear smooth. - A plugin for
Transform
extrapolation, making movement inFixedUpdate
appear smooth. - Enables translation extrapolation for an entity, making changes to translation in
FixedUpdate
appear smooth.