C# Class Indiefreaks.Xna.Storage.StorageSettings

Used to access settings for EasyStorage.
Mostrar archivo Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
ResetSaveDeviceStrings ( ) : void

Resets the SaveDevice strings to their default values.

SetSupportedLanguages ( ) : void

Restricts the EasyStorage system to the specified languages. If the system is currently set to a language not listed here, EasyStorage will use the first language given. This method does reset the SaveDevice strings, so it's best to call this before setting your strings explicitly.

Method Details

ResetSaveDeviceStrings() public static method

Resets the SaveDevice strings to their default values.
public static ResetSaveDeviceStrings ( ) : void
return void

SetSupportedLanguages() public static method

Restricts the EasyStorage system to the specified languages. If the system is currently set to a language not listed here, EasyStorage will use the first language given. This method does reset the SaveDevice strings, so it's best to call this before setting your strings explicitly.
public static SetSupportedLanguages ( ) : void
return void