Click or drag to resize
BlueprintManagerAddBlueprints Method
Adds all blueprints of the passed manager to this one.

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 AddBlueprints(
	BlueprintManager blueprintManager
)

Parameters

blueprintManager
Type: Slash.ECS.BlueprintsBlueprintManager
Manager to add all blueprints of.
See Also