C# Class Project290.Screens.Title.GameInfoCollection

This class is used for statically holding all GameInfo objects, one per game.
Afficher le fichier Open project: scastle/Solitude Class Usage Examples

Méthodes publiques

Свойство Type Description
GameInfos List

Méthodes publiques

Méthode Description
LauchGame ( ) : void

Lauches the game that is currently selected.

ShiftIndex ( int amount ) : void

Shifts the current index by the specified amount.

Method Details

LauchGame() public static méthode

Lauches the game that is currently selected.
public static LauchGame ( ) : void
Résultat void

ShiftIndex() public static méthode

Shifts the current index by the specified amount.
public static ShiftIndex ( int amount ) : void
amount int The amount.
Résultat void

Property Details

GameInfos public_oe static_oe property

The list of game info data.
public static List GameInfos
Résultat List