RigidBody2D.contactMonitor

If true the body will emit signals when it collides with another RigidBody2D. See also contactsReported. Default value: false.

  1. bool contactMonitor [@property getter]
    struct RigidBody2D
    @nogc nothrow @property
    bool
    contactMonitor
    ()
  2. bool contactMonitor [@property setter]

Meta