isTrigger property

bool isTrigger
getter/setter pair

When true the body behaves like a trigger. It does not collide with other bodies but collision events are still triggered.;

Implementation

bool isTrigger;