3 using System.Collections.Generic;
5 using SiliconStudio.Core;
6 using SiliconStudio.Core.IO;
8 namespace SiliconStudio.Presentation.Settings
13 [DataContract(
"SettingsFile")]
21 Settings =
new Dictionary<UFile, object>();
27 public Dictionary<UFile, object> Settings {
get;
private set; }
This class represents a set of settings that can be stored in a file. This class is public for serial...
SettingsFile()
Initializes a new instance of the SettingsFile class.