Click or drag to resize
Slash.ECS.Events Namespace

[Missing <summary> documentation for "N:Slash.ECS.Events"]

Classes
  ClassDescription
Public classComponentStatusChangedEventData
Event data for ComponentEnabled and ComponentDisabled events.
Public classEntity2Data
Event data for events concerning two entities.
Public classEntityComponentData
Data container holding information on a component event, such as the entity and the component the event occurred for.
Public classEntityEventData
Base class for all events which are for a specific entity.
Public classEventManager
Allows listeners to register for game-related events and notifies them whenever one of these events is fired.
Public classGameEvent
Event that has occurred within the entity system. May contain additional data listeners might be interested in.
Public classGameEventTypeAttribute
Attribute to flag an enum that it contains identifiers for game events. This way all game events can be found, e.g. for logging.
Delegates
Enumerations
  EnumerationDescription
Public enumerationFrameworkEvent
Type of an event that occurred within the entity system.