ChipmunkArbiter
var friction : float
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.
shapeA.friction*shapeB.friction
ChipmunkCollisionManager