 | IBlueprintManagerBlueprints Property |
All registered blueprints.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIEnumerable<KeyValuePair<string, Blueprint>> Blueprints { get; }
ReadOnly Property Blueprints As IEnumerable(Of KeyValuePair(Of String, Blueprint))
Get
property IEnumerable<KeyValuePair<String^, Blueprint^>>^ Blueprints {
IEnumerable<KeyValuePair<String^, Blueprint^>>^ get ();
}
abstract Blueprints : IEnumerable<KeyValuePair<string, Blueprint>> with get
Property Value
Type:
IEnumerableKeyValuePairString,
Blueprint
See Also