 | EntityComponentInitComponent Method |
Initializes this component with the data stored in the specified attribute table.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic void InitComponent(
IAttributeTable attributeTable
)
Public Sub InitComponent (
attributeTable As IAttributeTable
)
public:
virtual void InitComponent(
IAttributeTable^ attributeTable
) sealed
abstract InitComponent :
attributeTable : IAttributeTable -> unit
override InitComponent :
attributeTable : IAttributeTable -> unit
Parameters
- attributeTable
- Type: Slash.Collections.AttributeTablesIAttributeTable
Component data.
Implements
IEntityComponentInitComponent(IAttributeTable)
See Also