 | BlueprintUtilsTryResolveParent Method |
Tries to resolve 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 bool TryResolveParent(
Blueprint blueprint,
IBlueprintManager blueprintManager
)
Public Shared Function TryResolveParent (
blueprint As Blueprint,
blueprintManager As IBlueprintManager
) As Boolean
public:
static bool TryResolveParent(
Blueprint^ blueprint,
IBlueprintManager^ blueprintManager
)
static member TryResolveParent :
blueprint : Blueprint *
blueprintManager : IBlueprintManager -> bool
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:
Booleantrue, if the parent blueprint could be found, and
false otherwise.
See Also