Manual:

Tutorials:

API:

ChipmunkCollisionManager.ChipmunkPostSolve_type1_type2()

function ChipmunkPostSolve_type1_type2(arbiter : ChipmunkArbiter) : void

Parameters:


arbiterThe arbiter for this collision.

Description

Called each fixed time step for two shapes with the given @ChipmunkShape.collisionType@s after the solver runs.

The primary purpose of this function is to allow you to retrieve values such as @ChipmunkArbiter.impulse@, @ChipmunkArbiter.kineticEnergy@, etc.