 | EventManagerEventDelegate Delegate |
Signature of the event callbacks.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic delegate void EventDelegate(
GameEvent e
)
Public Delegate Sub EventDelegate (
e As GameEvent
)
public delegate void EventDelegate(
GameEvent^ e
)
type EventDelegate =
delegate of
e : GameEvent -> unit
Parameters
- e
- Type: Slash.ECS.EventsGameEvent
Event which occurred.
See Also