Function RigidBody.contactMonitor
If true
, the RigidBody will emit signals when it collides with another RigidBody.
bool contactMonitor() nothrow @property @nogc;
void contactMonitor
(
bool v
) nothrow @property @nogc;