 | BlueprintUtilsResolveParent Method |
Resolves the parent reference in the specified blueprint 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 ResolveParent(
Blueprint blueprint,
IBlueprintManager blueprintManager
)
Public Shared Sub ResolveParent (
blueprint As Blueprint,
blueprintManager As IBlueprintManager
)
public:
static void ResolveParent(
Blueprint^ blueprint,
IBlueprintManager^ blueprintManager
)
static member ResolveParent :
blueprint : Blueprint *
blueprintManager : IBlueprintManager -> unit
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
See Also