 | HierarchicalBlueprintManagerGetBlueprint Method |
Searches for the blueprint with the specified id. Throws a KeyNotFoundException if not found.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Blueprint GetBlueprint(
string blueprintId
)
Public Function GetBlueprint (
blueprintId As String
) As Blueprint
public:
virtual Blueprint^ GetBlueprint(
String^ blueprintId
) sealed
abstract GetBlueprint :
blueprintId : string -> Blueprint
override GetBlueprint :
blueprintId : string -> Blueprint
Parameters
- blueprintId
- Type: SystemString
Id of blueprint to search for.
Return Value
Type:
BlueprintBlueprint with the specified id.
Implements
IBlueprintManagerGetBlueprint(String)
Exceptions
See Also