Version: 2019.2
LanguageEnglish
  • C#

RigidbodyInterpolation

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Rigidbody interpolation mode.

For the main characters or vehicles that are followed by the camera it is recommended to use interpolation. For any other rigidbodies it is recommended not to use interpolation.

See Also: Rigidbody.interpolation.

Properties

NoneNo Interpolation.
InterpolateInterpolation will always lag a little bit behind but can be smoother than extrapolation.
ExtrapolateExtrapolation will predict the position of the rigidbody based on the current velocity.