ChipmunkArbiter
.Ignore() function Ignore() : void
Begin ignoring this colliding pair of shapes after the current fixed step.
The ChipmunkCollisionManager
separate method will still be called, but pre/post-solve will not and no collision forces will be applied. Effectively the same as returning false from a ChipmunkCollisionManager begin method.