PhysicsServerSingleton.bodySetMaxContactsReported

Sets 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.

struct PhysicsServerSingleton
@nogc nothrow
void
bodySetMaxContactsReported
(
in RID _body
,
in long amount
)

Meta