 | BlueprintUtilsResolveParents Method |
Resolves 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 ResolveParents(
IBlueprintManager blueprintManager,
IBlueprintManager availableBlueprintManager
)
Public Shared Sub ResolveParents (
blueprintManager As IBlueprintManager,
availableBlueprintManager As IBlueprintManager
)
public:
static void ResolveParents(
IBlueprintManager^ blueprintManager,
IBlueprintManager^ availableBlueprintManager
)
static member ResolveParents :
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.
Exceptions
See Also