C# Class Project290.Screens.StartScreen

The Screen the comes up when the game first starts up.
Inheritance: Screen
Show file Open project: scastle/Solitude

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

StartScreen ( ) : System

Initializes a new instance of the StartScreen class.

Update ( ) : void

Updates this instance.

Method Details

Draw() public method

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

StartScreen() public method

Initializes a new instance of the StartScreen class.
public StartScreen ( ) : System
return System

Update() public method

Updates this instance.
public Update ( ) : void
return void