C# Class Project290.Screens.Title.TitleScreen

The title screen.
Inheritance: Screen
Mostra file Open project: scastle/Solitude

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

TitleScreen ( ) : System

Initializes a new instance of the TitleScreen class.

Update ( ) : void

Updates this instance.

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.
public Update ( ) : void
return void