Click or drag to resize
BlueprintUtilsTryResolveParent Method
Tries to resolve 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 bool TryResolveParent(
	Blueprint blueprint,
	IBlueprintManager blueprintManager
)

Parameters

blueprint
Type: Slash.ECS.BlueprintsBlueprint
Blueprint to try to resolve parent reference for.
blueprintManager
Type: Slash.ECS.BlueprintsIBlueprintManager
Blueprint manager to use to search for parent blueprints.

Return Value

Type: Boolean
true, if the parent blueprint could be found, and false otherwise.
See Also