Click or drag to resize
EntityComponent Class
Base class for an entity component.
Inheritance Hierarchy
SystemObject
  Slash.ECS.ComponentsEntityComponent

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

The EntityComponent type exposes the following members.

Constructors
  NameDescription
Public methodEntityComponent
Initializes a new instance of the EntityComponent class
Top
Methods
  NameDescription
Public methodInitComponent
Initializes this component with the data stored in the specified attribute table.
Top
See Also