C# Class Project290.Screens.InstructionsScreen

Used to display game instructions.
Inheritance: Screen
Show file Open project: scastle/Solitude

Public Methods

Method 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 method

Draws this instance.
public Draw ( ) : void
return void

InstructionsScreen() public method

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

Update() public method

Updates this instance.
public Update ( ) : void
return void