function ChipmunkPostSolve_type1_type2(arbiter : ChipmunkArbiter) : void
arbiter | The arbiter for this collision. |
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.