RigidBody2D.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).

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

Meta