Click or drag to resize
BlueprintManager Constructor (BlueprintManager)
Copy constructor.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BlueprintManager(
	BlueprintManager blueprintManager
)

Parameters

blueprintManager
Type: Slash.ECS.BlueprintsBlueprintManager
Object to copy.
See Also