C# Class Indiefreaks.Xna.Storage.SharedSaveDevice

A SaveDevice used for non player-specific saving of data.
Inheritance: SaveDevice
Datei anzeigen Open project: Indiefreaks/igf Class Usage Examples

Protected Methods

Method Description
GetStorageDevice ( AsyncCallback callback ) : void

Derived classes should implement this method to call the Guide.BeginShowStorageDeviceSelector method with the desired parameters, using the given callback.

Method Details

GetStorageDevice() protected method

Derived classes should implement this method to call the Guide.BeginShowStorageDeviceSelector method with the desired parameters, using the given callback.
protected GetStorageDevice ( AsyncCallback callback ) : void
callback AsyncCallback The callback to pass to Guide.BeginShowStorageDeviceSelector.
return void