Click or drag to resize
HierarchicalBlueprintManagerGetBlueprint Method
Searches for the blueprint with the specified id. Throws a KeyNotFoundException if not found.

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

Parameters

blueprintId
Type: SystemString
Id of blueprint to search for.

Return Value

Type: Blueprint
Blueprint with the specified id.

Implements

IBlueprintManagerGetBlueprint(String)
Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown if no blueprint with the specified id exists.
See Also