ForgeDocs
Documentation for the forge framework
|
Interface the game-play code can use to submit events to the external world. More...
Inherited by Forge.Entities.Implementation.Shared.EventNotifier.
Public Member Functions | |
void | Submit< TEvent > (TEvent evnt) |
Submit an event that listeners will eventually be notified about. More... | |
Interface the game-play code can use to submit events to the external world.
void Forge.Entities.IEventDispatcher.Submit< TEvent > | ( | TEvent | evnt | ) |
Submit an event that listeners will eventually be notified about.
evnt | The event to submit. |
TEvent | : | BaseEvent<TEvent> |