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