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ยง
- Rotation
Extrapolation - Enables rotation extrapolation for an entity, making changes to rotation
in
FixedUpdateappear smooth. - Transform
Extrapolation - Enables
Transformextrapolation for an entity, making changes to translation and rotation inFixedUpdateappear smooth. - Transform
Extrapolation Plugin - A plugin for
Transformextrapolation, making movement inFixedUpdateappear smooth. - Translation
Extrapolation - Enables translation extrapolation for an entity, making changes to translation
in
FixedUpdateappear smooth.