Module interpolation

Source
Expand description

Transform interpolation, making movement in FixedUpdate appear smooth by easing between the old and current Transform in between fixed timesteps.

See the TransformInterpolationPlugin for more information.

Structsยง

RotationInterpolation
Enables rotation interpolation for an entity, making changes to rotation in FixedUpdate appear smooth.
ScaleInterpolation
Enables scale interpolation for an entity, making changes to scale in FixedUpdate appear smooth.
TransformInterpolation
Enables full Transform interpolation for an entity, making changes to translation, rotation, and scale in FixedUpdate appear smooth.
TransformInterpolationPlugin
A plugin for Transform interpolation, making movement in FixedUpdate appear smooth.
TranslationInterpolation
Enables translation interpolation for an entity, making changes to translation in FixedUpdate appear smooth.