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 |
---|---|---|
ICollision |
contact | The contact instance. |