C# Class Project290.Games.Solitude.SolitudeTools.TextScreen

Inheritance: Project290.Screens.Screen
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws this instance.

Quit ( ) : void

Quits this instance.

TextScreen ( string text ) : System

Initializes a new instance of the PauseScreen class.

Update ( ) : void

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.

Method Details

Draw() public méthode

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

Quit() public méthode

Quits this instance.
public Quit ( ) : void
Résultat void

TextScreen() public méthode

Initializes a new instance of the PauseScreen class.
public TextScreen ( string text ) : System
text string
Résultat System

Update() public méthode

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.
public Update ( ) : void
Résultat void