Click or drag to resize
IBlueprintManagerContainsBlueprint Method
Checks if the blueprint manager contains the blueprint with the specified id.

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

Parameters

blueprintId
Type: SystemString
Id of blueprint to search for.

Return Value

Type: Boolean
True if the blueprint was found; otherwise, false.
See Also