C# Class Project290.Screens.GameOverScreen

This instanciates a new Game Over Screen.
Inheritance: Screen
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws this instance.

GameOverScreen ( uint score ) : System

Initializes a new instance of the GameOverScreen 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 méthode

Draws this instance.
public Draw ( ) : void
Résultat void

GameOverScreen() public méthode

Initializes a new instance of the GameOverScreen class.
public GameOverScreen ( uint score ) : System
score uint
Résultat System

Quit() public méthode

Quits this instance.
public Quit ( ) : void
Résultat void

Update() public méthode

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