C# Класс Project290.Screens.GameOverScreen

This instanciates a new Game Over Screen.
Наследование: Screen
Показать файл Открыть проект

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

Метод Описание
Draw ( ) : void

Draws this instance.

GameOverScreen ( uint score ) : System

Initializes a new instance of the GameOverScreen class.

Quit ( ) : void

Quits this instance.

Update ( ) : void

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.

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

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

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

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

Initializes a new instance of the GameOverScreen class.
public GameOverScreen ( uint score ) : System
score uint
Результат System

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

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

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

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.
public Update ( ) : void
Результат void