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ยง
- Enables rotation interpolation for an entity, making changes to rotation in
FixedUpdate
appear smooth. - Enables scale interpolation for an entity, making changes to scale in
FixedUpdate
appear smooth. - Enables full
Transform
interpolation for an entity, making changes to translation, rotation, and scale inFixedUpdate
appear smooth. - A plugin for
Transform
interpolation, making movement inFixedUpdate
appear smooth. - Enables translation interpolation for an entity, making changes to translation in
FixedUpdate
appear smooth.