C# Class ZForge.SA.Komponent.SAConfiguration

Afficher le fichier Open project: zhuangyy/Motion

Protected Properties

Свойство Type Description
mConfig ZForge.Configuration.XMLConfig

Méthodes publiques

Méthode Description
Load ( ) : void
LoadConfig ( IConfigSetting x, IConfigurable c ) : void
SAConfiguration ( ) : ZForge.UK.Util
Save ( ) : void
SaveConfig ( IConfigSetting x, IConfigurable c ) : void

Méthodes protégées

Méthode Description
Upgrade ( XMLConfig config, float from ) : bool

Method Details

Load() public méthode

public Load ( ) : void
Résultat void

LoadConfig() public méthode

public LoadConfig ( IConfigSetting x, IConfigurable c ) : void
x IConfigSetting
c IConfigurable
Résultat void

SAConfiguration() public méthode

public SAConfiguration ( ) : ZForge.UK.Util
Résultat ZForge.UK.Util

Save() public méthode

public Save ( ) : void
Résultat void

SaveConfig() public méthode

public SaveConfig ( IConfigSetting x, IConfigurable c ) : void
x IConfigSetting
c IConfigurable
Résultat void

Upgrade() protected méthode

protected Upgrade ( XMLConfig config, float from ) : bool
config ZForge.Configuration.XMLConfig
from float
Résultat bool

Property Details

mConfig protected_oe property

protected XMLConfig,ZForge.Configuration mConfig
Résultat ZForge.Configuration.XMLConfig