Click or drag to resize
HierarchicalBlueprintManagerBlueprints Property
All registered blueprints of all child blueprint managers.

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<KeyValuePair<string, Blueprint>> Blueprints { get; }

Property Value

Type: IEnumerableKeyValuePairString, Blueprint

Implements

IBlueprintManagerBlueprints
See Also