Click or drag to resize
HierarchicalBlueprintManagerAddChild Method
Adds the passed blueprint manager to be consulted for future blueprint lookups.

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 AddChild(
	IBlueprintManager child
)

Parameters

child
Type: Slash.ECS.BlueprintsIBlueprintManager
New blueprint manager child to add.
See Also