Click or drag to resize
BlueprintManagerAddBlueprint 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
public void AddBlueprint(
	string blueprintId,
	Blueprint blueprint
)

Parameters

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

Implements

IBlueprintManagerAddBlueprint(String, Blueprint)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if no blueprint id or blueprint was provided.
ArgumentExceptionThrown if a blueprint with the specified id already exists.
See Also