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

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

Parameters

eventType
Type: SystemObject
Type of the event to queue.
See Also