C# Class MegaMan.Engine.Forms.Settings.UserSettings

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
AddOrSetExistingSettingsForGame ( Setting newSetting ) : void
GetAllConfigsGameNameFromCurrentUserSettings ( ) : List
GetSettingByIndex ( int index ) : Setting
GetSettingsForGame ( string gameName = "" ) : Setting
UserSettings ( UserKeys keys ) : System
deleteAllSetting ( ) : void
deleteSetting ( int index ) : void

Private Methods

Méthode Description
UserSettings ( ) : System

Method Details

AddOrSetExistingSettingsForGame() public méthode

public AddOrSetExistingSettingsForGame ( Setting newSetting ) : void
newSetting Setting
Résultat void

GetAllConfigsGameNameFromCurrentUserSettings() public méthode

public GetAllConfigsGameNameFromCurrentUserSettings ( ) : List
Résultat List

GetSettingByIndex() public méthode

public GetSettingByIndex ( int index ) : Setting
index int
Résultat Setting

GetSettingsForGame() public méthode

public GetSettingsForGame ( string gameName = "" ) : Setting
gameName string
Résultat Setting

UserSettings() public méthode

public UserSettings ( UserKeys keys ) : System
keys UserKeys
Résultat System

deleteAllSetting() public méthode

public deleteAllSetting ( ) : void
Résultat void

deleteSetting() public méthode

public deleteSetting ( int index ) : void
index int
Résultat void