Click or drag to resize
HierarchicalBlueprintManager Constructor (IBlueprintManager)
Constructs a new blueprint manager with the specified children.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HierarchicalBlueprintManager(
	params IBlueprintManager[] children
)

Parameters

children
Type: Slash.ECS.BlueprintsIBlueprintManager
Child managers to consult if a key can't be found.
See Also