ChipmunkBody
.interpolationMode var interpolationMode : ChipmunkBodyInterpolationMode
How the transform position should be set before Update()
methods are called.
Defaults to ChipmunkBodyInterpolationMode.None
meaning that the transform of the GameObject that the body is attached to will be the position of the body at the end of the last fixed time step. (This is the same behavior as Unity rigid bodies)