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

A "box art" that is actually a menu.
Наследование: GameInfoDisplayElement
Показать файл Открыть проект

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

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

Draws this instance.

GameInfoDisplayMenu ( Screen screen, BoxArtMenu menu ) : System

Initializes a new instance of the GameInfoDisplayMenu class.

GetShiftAmount ( int amount ) : int

Gets the shift amount.

Update ( ) : void

Updates this instance.

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

Draw() публичный Метод

Draws this instance.
public Draw ( ) : void
Результат void

GameInfoDisplayMenu() публичный Метод

Initializes a new instance of the GameInfoDisplayMenu class.
public GameInfoDisplayMenu ( Screen screen, BoxArtMenu menu ) : System
screen Screen The screen.
menu Project290.Menus.BoxArtMenu
Результат System

GetShiftAmount() публичный Метод

Gets the shift amount.
public GetShiftAmount ( int amount ) : int
amount int The amount of shift requested.
Результат int

Update() публичный Метод

Updates this instance.
public Update ( ) : void
Результат void