RigidBody.contactsReported

The maximum number of contacts that will be recorded. Requires contactMonitor to be set to true. Note: The number of contacts is different from the number of collisions. Collisions between parallel edges will result in two contacts (one at each end), and collisions between parallel faces will result in four contacts (one at each corner).

  1. long contactsReported [@property getter]
    struct RigidBody
    @nogc nothrow @property
    long
    contactsReported
    ()
  2. long contactsReported [@property setter]

Meta