Delegate EventManager.EventTriggeredDelegate
A delegate used whenever an event gets triggered
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public delegate void EventManager.EventTriggeredDelegate(string eventName, GameObject source, GameObject destination, EventManager.EventType eventType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | eventName | The name of the event received |
| GameObject | source | The source object the event came from |
| GameObject | destination | The destination object the event is being set to. Will be null if no destination was specified |
| EventManager.EventType | eventType |