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
FixedUpdateappear smooth. - Scale
Interpolation - Enables scale interpolation for an entity, making changes to scale
in
FixedUpdateappear smooth. - Transform
Interpolation - Enables full
Transforminterpolation for an entity, making changes to translation, rotation, and scale inFixedUpdateappear smooth. - Transform
Interpolation Plugin - A plugin for
Transforminterpolation, making movement inFixedUpdateappear smooth. - Translation
Interpolation - Enables translation interpolation for an entity, making changes to translation
in
FixedUpdateappear smooth.