C# Class Project290.Screens.CreditsScreen

Used to display game credits.
Inheritance: Screen
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode Description
CreditsScreen ( ) : System

Initializes a new instance of the CreditsScreen class.

Draw ( ) : void

Draws this instance.

Update ( ) : void

Updates this instance.

Method Details

CreditsScreen() public méthode

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

Draw() public méthode

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

Update() public méthode

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