C# Class Project290.Screens.InstructionsScreen

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

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws this instance.

InstructionsScreen ( string imageName ) : System

Initializes a new instance of the InstructionsScreen class.

Update ( ) : void

Updates this instance.

Method Details

Draw() public méthode

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

InstructionsScreen() public méthode

Initializes a new instance of the InstructionsScreen class.
public InstructionsScreen ( string imageName ) : System
imageName string Name of the image containing the instructions.
Résultat System

Update() public méthode

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