C# Class Project290.Screens.Title.ScoreboardDisplay

The rectangle box for displaying the scoreboard.
Mostra file Open project: scastle/Solitude Class Usage Examples

Public Methods

Method 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 method

Draws this instance.
public Draw ( ) : void
return void

ScoreboardDisplay() public method

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.
return System

Update() public method

Updates this instance.
public Update ( ) : void
return void