Click or drag to resize
GameEvent Class
Event that has occurred within the entity system. May contain additional data listeners might be interested in.
Inheritance Hierarchy
SystemObject
  Slash.ECS.EventsGameEvent

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

The GameEvent type exposes the following members.

Constructors
  NameDescription
Public methodGameEvent(Object)
Constructs a new event of the specified type.
Public methodGameEvent(Object, Object)
Constructs a new event of the specified type and holding the passed event data.
Top
Properties
  NameDescription
Public propertyEventData
Data any listener might be interested in.
Public propertyEventType
Type of this event.
Top
Methods
See Also