ChipmunkShape
.isSensor var isSensor : bool
Indicates if the shape is a sensor.
Sensor shapes are collision shapes that trigger ChipmunkCollisionManager
callbacks, but don't produce collision forces. They are basically the same as Unity trigger colliders.