Click or drag to resize
EventManagerProcessEvents Method (Single)
Passes all queued events on to interested listeners and clears the event queue.

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public int ProcessEvents(
	float dt
)

Parameters

dt
Type: SystemSingle
Time passed since the last tick, in seconds.

Return Value

Type: Int32
Number of processed events.
See Also