Click or drag to resize
EventManagerQueueEvent Method
Overload List
  NameDescription
Public methodQueueEvent(Object)
Queues a new event of the specified type along without any event data.
Public methodQueueEvent(GameEvent)
Queues the passed event to be processed later.
Public methodQueueEvent(Object, Object)
Queues a new event of the specified type along with the passed event data.
Top
See Also