Click or drag to resize
HierarchicalBlueprintManagerTryGetBlueprint Method
Searches for the blueprint with the specified id. Returns if the blueprint was 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 bool TryGetBlueprint(
	string blueprintId,
	out Blueprint blueprint
)

Parameters

blueprintId
Type: SystemString
Id of blueprint to search for.
blueprint
Type: Slash.ECS.BlueprintsBlueprint
Parameter to write found blueprint to.

Return Value

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

Implements

IBlueprintManagerTryGetBlueprint(String, Blueprint)
See Also