Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseInterpolation mode for Rigidbody2D objects.
None | Do not apply any smoothing to the object's movement. |
Interpolate | Smooth movement based on the object's positions in previous frames. |
Extrapolate | Smooth an object's movement based on an estimate of its position in the next frame. |