C# Class RecordRobot.Screens.PreLevelScreen

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

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

PreLevelScreen ( ) : System

Initializes a new instance of the PreLevelScreen 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

PreLevelScreen() public method

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