![]() | GameEvent Class |
Namespace: Slash.ECS.Events
The GameEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | GameEvent(Object) |
Constructs a new event of the specified type.
|
![]() | GameEvent(Object, Object) |
Constructs a new event of the specified type and holding the
passed event data.
|
Name | Description | |
---|---|---|
![]() | EventData |
Data any listener might be interested in.
|
![]() | EventType |
Type of this event.
|
Name | Description | |
---|---|---|
![]() | ToString |
Returns the type and data of this event, as string.
(Overrides ObjectToString.) |