This version of Unity is unsupported.

Physics.ContactEventDelegate

Declaration

public delegate void ContactEventDelegate(PhysicsScene scene, ReadOnly<ContactPairHeader> headerArray);

Parameters

scene The physics scene that the contacts belong to.
headerArray A contact buffer where all the contact data of the previous simulation step is stored.

Description