Click or drag to resize
GameEvent Constructor (Object)
Constructs a new event of the specified type.

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

Parameters

eventType
Type: SystemObject
Type of the new event.
See Also