Whether the joined bodies still collide with each other.
bool get collisionsEnabled => _collisionsEnabled;
set collisionsEnabled(bool value) { _collisionsEnabled = value; push(); }