Delegate EventManager.EventReceiveDelegate
A delegate used for receiving events
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public delegate void EventManager.EventReceiveDelegate(string eventName, GameObject source)
Parameters
Type | Name | Description |
---|---|---|
string | eventName | The name of the event received |
GameObject | source | The source object the event came from |