C# 클래스 Project290.Screens.Title.GameInfoCollection

This class is used for statically holding all GameInfo objects, one per game.
파일 보기 프로젝트 열기: scastle/Solitude 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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