C# Class Project290.Screens.Title.TitleScreen

The title screen.
Inheritance: Screen
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode 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 méthode

Draws this instance.
public Draw ( ) : void
Résultat void

TitleScreen() public méthode

Initializes a new instance of the TitleScreen class.
public TitleScreen ( ) : System
Résultat System

Update() public méthode

Updates this instance.
public Update ( ) : void
Résultat void