Click or drag to resize
EntityEventData Class
Base class for all events which are for a specific entity.
Inheritance Hierarchy
SystemObject
  Slash.ECS.EventsEntityEventData

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

The EntityEventData type exposes the following members.

Constructors
  NameDescription
Public methodEntityEventData
Initializes a new instance of the EntityEventData class
Top
Properties
  NameDescription
Public propertyEntityId
Id of the entity the component event has been fired for.
Top
Methods
See Also