C# Class Project290.Screens.CreditsScreen

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

Public Methods

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

Initializes a new instance of the CreditsScreen class.
public CreditsScreen ( ) : System
return System

Draw() public method

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

Update() public method

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