Chipmunk2D Unity Documentation | Main Page | Forum

Manual

Tutorials

API

Classes

Structs

Enumerations

ChipmunkArbiter.Ignore()

function Ignore() : void

Description

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.