Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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