 | IEntityComponent Interface |
Contract that all game components have to fulfill if they are to be
attached to entities.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic interface IEntityComponent
Public Interface IEntityComponent
public interface class IEntityComponent
type IEntityComponent = interface end
The IEntityComponent type exposes the following members.
Methods
| Name | Description |
---|
 | InitComponent |
Initializes this component with the data stored in the specified attribute table.
|
Top
See Also