C# Class Project290.Games.Solitude.SolitudeTools.TextScreen

Inheritance: Project290.Screens.Screen
Show file Open project: scastle/Solitude

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

Quit ( ) : void

Quits this instance.

TextScreen ( string text ) : System

Initializes a new instance of the PauseScreen class.

Update ( ) : void

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.

Method Details

Draw() public method

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

Quit() public method

Quits this instance.
public Quit ( ) : void
return void

TextScreen() public method

Initializes a new instance of the PauseScreen class.
public TextScreen ( string text ) : System
text string
return System

Update() public method

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.
public Update ( ) : void
return void