 | CreateEntityProcess Constructor (Blueprint, IAttributeTable) |
Namespace: Slash.ECS.ProcessesAssembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CreateEntityProcess(
Blueprint blueprint,
IAttributeTable attributeTable
)
Public Sub New (
blueprint As Blueprint,
attributeTable As IAttributeTable
)
public:
CreateEntityProcess(
Blueprint^ blueprint,
IAttributeTable^ attributeTable
)
new :
blueprint : Blueprint *
attributeTable : IAttributeTable -> CreateEntityProcess
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