Manual:

Tutorials:

API:

ChipmunkShape.isSensor

var isSensor : bool

Description

Is the shape a sensor.

Sensor shapes are collision shapes that trigger @CollisionManager@ callbacks, but don't produce collision forces.They are basically the same as Unity trigger colliders.