Click or drag to resize
CreateEntityProcess Constructor (Blueprint, IAttributeTable)
Initializes a new instance of the CreateEntityProcess class

Namespace: Slash.ECS.Processes
Assembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CreateEntityProcess(
	Blueprint blueprint,
	IAttributeTable attributeTable
)

Parameters

blueprint
Type: Slash.ECS.BlueprintsBlueprint

[Missing <param name="blueprint"/> documentation for "M:Slash.ECS.Processes.CreateEntityProcess.#ctor(Slash.ECS.Blueprints.Blueprint,Slash.Collections.AttributeTables.IAttributeTable)"]

attributeTable
Type: Slash.Collections.AttributeTablesIAttributeTable

[Missing <param name="attributeTable"/> documentation for "M:Slash.ECS.Processes.CreateEntityProcess.#ctor(Slash.ECS.Blueprints.Blueprint,Slash.Collections.AttributeTables.IAttributeTable)"]

See Also