Click or drag to resize
HierarchicalBlueprintManagerRemoveBlueprint Method
Removes the blueprint with the specified id. Returns whether the blueprint was removed.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool RemoveBlueprint(
	string blueprintId
)

Parameters

blueprintId
Type: SystemString
Id of blueprint to search for.

Return Value

Type: Boolean
True if the blueprint was removed; otherwise, false.

Implements

IBlueprintManagerRemoveBlueprint(String)
See Also