Click or drag to resize
IEntityComponent Interface
Contract that all game components have to fulfill if they are to be attached to entities.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public interface IEntityComponent

The IEntityComponent type exposes the following members.

Methods
  NameDescription
Public methodInitComponent
Initializes this component with the data stored in the specified attribute table.
Top
See Also