C# Class RecordRobot.Screens.GameOverScreen

Inheritance: RecordRobot.GameElements.GameScreen
Afficher le fichier Open project: scastle/EECS290_Project1

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws this instance.

GameOverScreen ( string m ) : System

Initializes a new instance of the GameOverScreen class.

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 ( string m ) : System
m string
Résultat System

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