Click or drag to resize
IBlueprintManagerAddBlueprint Method
Adds the blueprint with the specified id to the manager.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddBlueprint(
	string blueprintId,
	Blueprint blueprint
)

Parameters

blueprintId
Type: SystemString
Blueprint id of new blueprint.
blueprint
Type: Slash.ECS.BlueprintsBlueprint
Blueprint to add.
See Also