C# Класс Project290.Screens.Title.ScoreboardDisplay

The rectangle box for displaying the scoreboard.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Draw() публичный Метод

Draws this instance.
public Draw ( ) : void
Результат void

ScoreboardDisplay() публичный Метод

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.
Результат System

Update() публичный Метод

Updates this instance.
public Update ( ) : void
Результат void