C# Class Project290.Screens.StartScreen

The Screen the comes up when the game first starts up.
Inheritance: Screen
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

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

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

StartScreen() public méthode

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

Update() public méthode

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