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ยง
- Rotation
Extrapolation - Enables rotation extrapolation for an entity, making changes to rotation
in
FixedUpdate
appear smooth. - Transform
Extrapolation - Enables
Transform
extrapolation for an entity, making changes to translation and rotation inFixedUpdate
appear smooth. - Transform
Extrapolation Plugin - A plugin for
Transform
extrapolation, making movement inFixedUpdate
appear smooth. - Translation
Extrapolation - Enables translation extrapolation for an entity, making changes to translation
in
FixedUpdate
appear smooth.