Click or drag to resize
HierarchicalBlueprintManagerAddBlueprint Method
Adds the blueprint with the specified id to the first child blueprint 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
Id of the new blueprint to add.
blueprint
Type: Slash.ECS.BlueprintsBlueprint
New blueprint to add.

Implements

IBlueprintManagerAddBlueprint(String, Blueprint)
See Also