Function RigidBody.contactsReported

The maximum contacts to report. Bodies can keep a log of the contacts with other bodies, this is enabled by setting the maximum amount of contacts reported to a number greater than 0.

long contactsReported() nothrow @property @nogc;

void contactsReported (
  long v
) nothrow @property @nogc;