C# Class RecordRobot.GameElements.GameScreen

This is a placeholder public class in which screens should inherit from. It contains methods for Updating, Drawing, and Resetting.
Afficher le fichier Open project: scastle/EECS290_Project1

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws this instance.

GameScreen ( ) : System

Initializes a new instance of the GameScreen class.

Update ( ) : void

Updates this instance.

Method Details

Draw() public méthode

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

GameScreen() public méthode

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

Update() public méthode

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