 | 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.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void TryResolveParents(
IBlueprintManager blueprintManager,
IBlueprintManager availableBlueprintManager
)
Public Shared Sub TryResolveParents (
blueprintManager As IBlueprintManager,
availableBlueprintManager As IBlueprintManager
)
public:
static void TryResolveParents(
IBlueprintManager^ blueprintManager,
IBlueprintManager^ availableBlueprintManager
)
static member TryResolveParents :
blueprintManager : IBlueprintManager *
availableBlueprintManager : IBlueprintManager -> unit
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