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.

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

Meta