Class EventCallbackFunctor<EventType>
Inheritance
EventCallbackFunctor<EventType>
Assembly: Xareus.Scenarios.Unity.Edition.dll
Syntax
public class EventCallbackFunctor<EventType> : IEventCallbackFunctor where EventType : EventBase<EventType>, new()
Type Parameters
Name |
Description |
EventType |
|
Constructors
EventCallbackFunctor(EventCallback<EventType>)
Declaration
public EventCallbackFunctor(EventCallback<EventType> callback)
Parameters
Methods
Invoke(EventBase)
Declaration
public void Invoke(EventBase evt)
Parameters
Implements