Méthode | Description | |
---|---|---|
PlayerSaveDevice ( PlayerIndex player ) : System |
Creates a new PlayerSaveDevice for a given player.
|
Méthode | 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.
|
|
PrepareEventArgs ( |
Prepares the SaveDeviceEventArgs to be used for an event.
|
protected GetStorageDevice ( AsyncCallback callback ) : void | ||
callback | AsyncCallback | The callback to pass to Guide.BeginShowStorageDeviceSelector. |
Résultat | void |
public PlayerSaveDevice ( PlayerIndex player ) : System | ||
player | PlayerIndex | The player for which the data will be saved. |
Résultat | System |
protected PrepareEventArgs ( |
||
args | The event arguments to be configured. | |
Résultat | void |