C# Class RecordRobot.Screens.TitleScreen

Inheritance: RecordRobot.GameElements.GameScreen
Mostrar archivo Open project: scastle/EECS290_Project1

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

TitleScreen ( ) : System

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

TitleScreen() public method

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