Click or drag to resize
BlueprintUtilsResolveParent Method
Resolves the parent reference in the specified blueprint by searching in the specified available blueprint manager.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ResolveParent(
	Blueprint blueprint,
	IBlueprintManager blueprintManager
)

Parameters

blueprint
Type: Slash.ECS.BlueprintsBlueprint
Blueprint to resolve parent reference for.
blueprintManager
Type: Slash.ECS.BlueprintsIBlueprintManager
Blueprint manager to use to search for parent blueprints.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown if parent couldn't be resolved.
See Also