Manual:

Tutorials:

API:

ChipmunkShape.elasticity

var elasticity : float

Description

Elasticity of this shapes

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