C# Класс Project290.Screens.Title.GameInfoCollection

This class is used for statically holding all GameInfo objects, one per game.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
GameInfos List

Открытые методы

Метод Описание
LauchGame ( ) : void

Lauches the game that is currently selected.

ShiftIndex ( int amount ) : void

Shifts the current index by the specified amount.

Описание методов

LauchGame() публичный статический Метод

Lauches the game that is currently selected.
public static LauchGame ( ) : void
Результат void

ShiftIndex() публичный статический Метод

Shifts the current index by the specified amount.
public static ShiftIndex ( int amount ) : void
amount int The amount.
Результат void

Описание свойств

GameInfos публичное статическое свойство

The list of game info data.
public static List GameInfos
Результат List