Click or drag to resize
HierarchicalBlueprintManagerChildren Property
Child blueprint managers consulted when looking up blueprints.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<IBlueprintManager> Children { get; }

Property Value

Type: IEnumerableIBlueprintManager
See Also