C# Class Project290.Screens.Title.GameInfoDisplay

Used for displaying the game title, description, authors, etc.
Exibir arquivo Open project: scastle/Solitude Class Usage Examples

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

GameInfoDisplay ( Screen screen, BoxArtMenu boxArtMenu, Vector2 titlePosition, float maxTitleWidth, Vector2 descriptionPosition, Vector2 borderPosition ) : System

Initializes a new instance of the GameInfoDisplay class.

Update ( ) : void

Updates this instance.

Method Details

Draw() public method

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

GameInfoDisplay() public method

Initializes a new instance of the GameInfoDisplay class.
public GameInfoDisplay ( Screen screen, BoxArtMenu boxArtMenu, Vector2 titlePosition, float maxTitleWidth, Vector2 descriptionPosition, Vector2 borderPosition ) : System
screen Screen The screen.
boxArtMenu Project290.Menus.BoxArtMenu The box art menu.
titlePosition Vector2 The title position.
maxTitleWidth float Width of the max title.
descriptionPosition Vector2 The description position.
borderPosition Vector2 The border position.
return System

Update() public method

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