Click or drag to resize
BlueprintUtilsTryResolveParents Method
Tries to resolve the parent references in the blueprints of the specified manager 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 TryResolveParents(
	IBlueprintManager blueprintManager,
	IBlueprintManager availableBlueprintManager
)

Parameters

blueprintManager
Type: Slash.ECS.BlueprintsIBlueprintManager
Blueprint manager to resolve parent references from.
availableBlueprintManager
Type: Slash.ECS.BlueprintsIBlueprintManager
Blueprint manager to use to search for parent blueprints.
See Also