Skip to main content

RigidbodyInterpolation

Rigidbody interpolation mode. Unity RigidbodyInterpolation

Elements

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