Click or drag to resize
GameEventTypeAttribute Class
Attribute to flag an enum that it contains identifiers for game events. This way all game events can be found, e.g. for logging.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.ECS.EventsGameEventTypeAttribute

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

The GameEventTypeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGameEventTypeAttribute
Initializes a new instance of the GameEventTypeAttribute class
Top
See Also