C# Class RecordRobot.Screens.PauseScreen

This instanciates a new Pause Screen.
Inheritance: RecordRobot.GameElements.GameScreen
Afficher le fichier Open project: scastle/EECS290_Project1

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws this instance.

PauseScreen ( ) : 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 méthode

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

PauseScreen() public méthode

Initializes a new instance of the PauseScreen class.
public PauseScreen ( ) : System
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