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