 | HierarchicalBlueprintManagerRemoveBlueprint Method |
Removes the blueprint with the specified id. Returns whether the blueprint was removed.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool RemoveBlueprint(
string blueprintId
)
Public Function RemoveBlueprint (
blueprintId As String
) As Boolean
public:
virtual bool RemoveBlueprint(
String^ blueprintId
) sealed
abstract RemoveBlueprint :
blueprintId : string -> bool
override RemoveBlueprint :
blueprintId : string -> bool
Parameters
- blueprintId
- Type: SystemString
Id of blueprint to search for.
Return Value
Type:
BooleanTrue if the blueprint was removed; otherwise, false.
Implements
IBlueprintManagerRemoveBlueprint(String)
See Also