C# Class RecordRobot.Screens.GameOverScreen

Inheritance: RecordRobot.GameElements.GameScreen
ファイルを表示 Open project: scastle/EECS290_Project1

Public Methods

Method 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 method

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

GameOverScreen() public method

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