Manual:

Tutorials:

API:

ChipmunkShape.friction

var friction : float

Description

Friction value of this shape.

The final coefficient of friction for a collision is computed by multiplying the friction the two shapes together. This can be overridden in a ChipmunkCollisionManager preSolve function.