C# Class Project290.Screens.Background.BackgroundScreen

This is the screen below the start and title screen.
Inheritance: Screen
Show file Open project: scastle/Solitude Class Usage Examples

Public Methods

Method Description
BackgroundScreen ( ) : System

Initializes a new instance of the BackgroundScreen class.

Draw ( ) : void

Draws this instance.

Update ( ) : void

Updates this instance.

Method Details

BackgroundScreen() public method

Initializes a new instance of the BackgroundScreen class.
public BackgroundScreen ( ) : 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