Module extrapolation

Source
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ยง

RotationExtrapolation
Enables rotation extrapolation for an entity, making changes to rotation in FixedUpdate appear smooth.
TransformExtrapolation
Enables Transform extrapolation for an entity, making changes to translation and rotation in FixedUpdate appear smooth.
TransformExtrapolationPlugin
A plugin for Transform extrapolation, making movement in FixedUpdate appear smooth.
TranslationExtrapolation
Enables translation extrapolation for an entity, making changes to translation in FixedUpdate appear smooth.