Click or drag to resize
EventManagerQueueEvent Method (Object, Object)
Queues a new event of the specified type along with the passed event data.

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public void QueueEvent(
	Object eventType,
	Object eventData
)

Parameters

eventType
Type: SystemObject
Type of the event to queue.
eventData
Type: SystemObject
Data any listeners might be interested in.
See Also