Click or drag to resize
BlueprintUtils Class
Utility methods for blueprints.
Inheritance Hierarchy
SystemObject
  Slash.ECS.BlueprintsBlueprintUtils

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 class BlueprintUtils

The BlueprintUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberResolveParent
Resolves the parent reference in the specified blueprint by searching in the specified available blueprint manager.
Public methodStatic memberResolveParents
Resolves the parent references in the blueprints of the specified manager by searching in the specified available blueprint manager.
Public methodStatic memberTryResolveParent
Tries to resolve the parent reference in the specified blueprint by searching in the specified available blueprint manager.
Public methodStatic memberTryResolveParents
Tries to resolve the parent references in the blueprints of the specified manager by searching in the specified available blueprint manager.
Top
See Also