C# Class Project290.Games.StupidGame.StupidGameScreen

The screen for the stupid game. This is where all the action happens.
Inheritance: Project290.Screens.GameScreen
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws this instance.

StupidGameScreen ( int scoreboardIndex ) : System

Initializes a new instance of the StupidGameScreen class.

Update ( ) : void

Updates this instance.

Private Methods

Méthode Description
Reset ( ) : void

Resets this instance. This will be called when a new game is played. Reset all of your objects here so that you do not need to reallocate the memory for them.

Method Details

Draw() public méthode

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

StupidGameScreen() public méthode

Initializes a new instance of the StupidGameScreen class.
public StupidGameScreen ( int scoreboardIndex ) : System
scoreboardIndex int The game-specific index into the scoreboard.
Résultat System

Update() public méthode

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