 | HierarchicalBlueprintManagerBlueprints Property |
All registered blueprints of all child blueprint managers.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<KeyValuePair<string, Blueprint>> Blueprints { get; }
Public ReadOnly Property Blueprints As IEnumerable(Of KeyValuePair(Of String, Blueprint))
Get
public:
virtual property IEnumerable<KeyValuePair<String^, Blueprint^>>^ Blueprints {
IEnumerable<KeyValuePair<String^, Blueprint^>>^ get () sealed;
}
abstract Blueprints : IEnumerable<KeyValuePair<string, Blueprint>> with get
override Blueprints : IEnumerable<KeyValuePair<string, Blueprint>> with get
Property Value
Type:
IEnumerableKeyValuePairString,
BlueprintImplements
IBlueprintManagerBlueprints
See Also