collisionsEnabled property

bool get collisionsEnabled

When false, the two bodies connected by this joint do not collide with each other (typical for ragdoll joints).

Implementation

bool get collisionsEnabled;
set collisionsEnabled (bool value)

Implementation

set collisionsEnabled(bool value);