Click or drag to resize
IEntityComponentInitComponent Method
Initializes this component with the data stored in the specified attribute table.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
void InitComponent(
	IAttributeTable attributeTable
)

Parameters

attributeTable
Type: Slash.Collections.AttributeTablesIAttributeTable
Component data.
See Also