C# Class Project290.Screens.Background.BackgroundScreen

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the BackgroundScreen class.
public BackgroundScreen ( ) : System
Résultat System

Draw() public méthode

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

Update() public méthode

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