C# Class RecordRobot.Screens.HowToPlayScreen

Inheritance: RecordRobot.GameElements.GameScreen
Mostra file Open project: scastle/EECS290_Project1

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

HowToPlayScreen ( ) : System

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

HowToPlayScreen() public method

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