 | IEntityComponentInitComponent 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
Syntaxvoid InitComponent(
IAttributeTable attributeTable
)
Sub InitComponent (
attributeTable As IAttributeTable
)
void InitComponent(
IAttributeTable^ attributeTable
)
abstract InitComponent :
attributeTable : IAttributeTable -> unit
Parameters
- attributeTable
- Type: Slash.Collections.AttributeTablesIAttributeTable
Component data.
See Also