Delegate ContactDelegate
Contact delegate using in BeginContact and EndContact.
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public delegate void ContactDelegate(ICollisionInfo2D contact)
Parameters
Type | Name | Description |
---|---|---|
ICollisionInfo2D | contact | The contact instance. |