Chipmunk2D Unity Documentation | Main Page | Forum

Manual

Tutorials

API

Classes

Structs

Enumerations

ChipmunkBody.interpolationMode

var interpolationMode : ChipmunkBodyInterpolationMode

Description

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)