 | EntityConfigurationConfiguration Property |
Configuration for the entity.
Namespace: Slash.ECS.Blueprints.ConfigurationsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AttributeTable Configuration { get; set; }
Public Property Configuration As AttributeTable
Get
Set
public:
property AttributeTable^ Configuration {
AttributeTable^ get ();
void set (AttributeTable^ value);
}
member Configuration : AttributeTable with get, set
Property Value
Type:
AttributeTable
See Also