Click or drag to resize
IBlueprintManagerBlueprints Property
All registered blueprints.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IEnumerable<KeyValuePair<string, Blueprint>> Blueprints { get; }

Property Value

Type: IEnumerableKeyValuePairString, Blueprint
See Also