Delegate OnBrokeEventHandler
Event broke delegate.
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public delegate void OnBrokeEventHandler(object sender, float jointError)
Parameters
| Type | Name | Description |
|---|---|---|
| object | sender | Sender Object. |
| float | jointError | The force that the joint has received to be broke. |