Chipmunk2D Unity Documentation | Main Page | Forum

Manual

Tutorials

API

Classes

Structs

Enumerations

ChipmunkBodyInterpolationMode

Enumeration

Used to specify if a ChipmunkBody should have its position and rotation interpolated outside of the fixed time step.

Note: Currently does not yet support interpolation, but this is coming in a future version. In most cases extrapolation is recommended over interpolation anyway.


Values


NoneDon't interpolate the body's position (default).
ExtrapolateExtrapolate the body's position.