Chipmunk2D Unity Documentation | Main Page | Forum

Manual

Tutorials

API

Classes

Structs

Enumerations

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.