C# Class Project290.Screens.Title.GameInfoDisplayMenu

A "box art" that is actually a menu.
Inheritance: GameInfoDisplayElement
Show file Open project: scastle/Solitude

Public Methods

Method Description
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.

Method Details

Draw() public method

Draws this instance.
public Draw ( ) : void
return void

GameInfoDisplayMenu() public method

Initializes a new instance of the GameInfoDisplayMenu class.
public GameInfoDisplayMenu ( Screen screen, BoxArtMenu menu ) : System
screen Screen The screen.
menu Project290.Menus.BoxArtMenu
return System

GetShiftAmount() public method

Gets the shift amount.
public GetShiftAmount ( int amount ) : int
amount int The amount of shift requested.
return int

Update() public method

Updates this instance.
public Update ( ) : void
return void