RigidbodyInterpolation2D
enumeration
Description 描述
Interpolation mode for Rigidbody2D objects.
Properties 属性
| 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. |