C# Class Project290.Screens.Title.ScoreboardDisplay

The rectangle box for displaying the scoreboard.
Afficher le fichier Open project: scastle/Solitude Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void

Draws this instance.

ScoreboardDisplay ( Screen screen, Vector2 textDrawLocation, Vector2 rectangleDrawLocation ) : System

Initializes a new instance of the ScoreboardDisplay class.

Update ( ) : void

Updates this instance.

Method Details

Draw() public méthode

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

ScoreboardDisplay() public méthode

Initializes a new instance of the ScoreboardDisplay class.
public ScoreboardDisplay ( Screen screen, Vector2 textDrawLocation, Vector2 rectangleDrawLocation ) : System
screen Screen The screen.
textDrawLocation Vector2 The text draw location.
rectangleDrawLocation Vector2 The rectangle draw location.
Résultat System

Update() public méthode

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