C# Class Project290.Screens.Title.GameInfoCollection

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

Public Properties

Property Type Description
GameInfos List

Public Methods

Method 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 method

Lauches the game that is currently selected.
public static LauchGame ( ) : void
return void

ShiftIndex() public static method

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

Property Details

GameInfos public static property

The list of game info data.
public static List GameInfos
return List