Manual:

Tutorials:

API:

ChipmunkArbiter.friction

var friction : float

Description

Modify the computed friction of the colliding shapes.

Defaults to shapeA.friction*shapeB.friction
NOTE: This must be done in a @ChipmunkCollisionManager@ pre-solve method.