 | HierarchicalBlueprintManagerChildren Property |
Child blueprint managers consulted when looking up blueprints.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<IBlueprintManager> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of IBlueprintManager)
Get
public:
property IEnumerable<IBlueprintManager^>^ Children {
IEnumerable<IBlueprintManager^>^ get ();
}
member Children : IEnumerable<IBlueprintManager> with get
Property Value
Type:
IEnumerableIBlueprintManager
See Also