C# Class Project290.Screens.PauseScreen

This instanciates a new Pause Screen.
Inheritance: Screen
Show file Open project: scastle/Solitude

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

PauseScreen ( ) : System

Initializes a new instance of the PauseScreen class.

Quit ( ) : void

Quits this instance.

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

PauseScreen() public method

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

Quit() public method

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

Update() public method

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