DefaultEventEngine<TContext>ΒΆ

Warning

This documentation is for an internal class. This class is not intended to be used by developers, and is used internally within the engine to provide functionality.

Information documented here may not be up to date.

class DefaultEventEngine<TContext> : System.Object, Protogame.IEventEngine<TContext>

The default implementation for an T:Protogame.IEventEngine`1.

Type Parameters:
 
  • TContext – The context that is being passed to events.
public void Fire(Protogame.TContext context, Event event)
Parameters:
  • context (Protogame.TContext) –
  • event (Protogame.Event) –