Click or drag to resize
EntityComponentData Class
Data container holding information on a component event, such as the entity and the component the event occurred for.
Inheritance Hierarchy
SystemObject
  Slash.ECS.EventsEntityComponentData

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

The EntityComponentData type exposes the following members.

Constructors
  NameDescription
Public methodEntityComponentData
Constructs a new data object holding information on a component event.
Top
Properties
  NameDescription
Public propertyComponent
Component that has been interacted with.
Public propertyEntityId
Id of the entity the component event has been fired for.
Top
Methods
  NameDescription
Public methodToString
Returns the id of the entity and the component for which this event has occurred.
(Overrides ObjectToString.)
Top
See Also