RigidbodyInterpolation
Rigidbody interpolation mode. Unity RigidbodyInterpolation
Elements
Element | Description |
---|---|
RigidbodyInterpolation.Extrapolate | Extrapolation will predict the position of the rigidbody based on the current velocity. |
RigidbodyInterpolation.Interpolate | Interpolation will always lag a little bit behind but can be smoother than extrapolation. |
RigidbodyInterpolation.None | No Interpolation. |