Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Presentation.Settings.SettingsFile Class Reference

This class represents a set of settings that can be stored in a file. This class is public for serialization purpose only, and should not be used directly. More...

Public Member Functions

 SettingsFile ()
 Initializes a new instance of the SettingsFile class. More...
 

Properties

Dictionary< UFile, object > Settings [get, set]
 Gets the collection of settings to serialize. More...
 

Detailed Description

This class represents a set of settings that can be stored in a file. This class is public for serialization purpose only, and should not be used directly.

Definition at line 14 of file SettingsFile.cs.

Constructor & Destructor Documentation

SiliconStudio.Presentation.Settings.SettingsFile.SettingsFile ( )

Initializes a new instance of the SettingsFile class.

Definition at line 19 of file SettingsFile.cs.

Property Documentation

Dictionary<UFile, object> SiliconStudio.Presentation.Settings.SettingsFile.Settings
getset

Gets the collection of settings to serialize.

Definition at line 27 of file SettingsFile.cs.


The documentation for this class was generated from the following file: