 | GameConfigurationBehaviour.Configuration Property |
Current game configuration.
Namespace: Slash.Unity.Common.ConfigurationAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic IAttributeTable Configuration { get; set; }
Public Property Configuration As IAttributeTable
Get
Set
public:
property IAttributeTable^ Configuration {
IAttributeTable^ get ();
void set (IAttributeTable^ value);
}
member Configuration : IAttributeTable with get, set
Property Value
Type:
IAttributeTable
See Also