Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

RigidbodyInterpolation

enumeration

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.

Did you find this page useful? Please give it a rating: