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