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

Наследование: RecordRobot.GameElements.GameScreen
Показать файл Открыть проект

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

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

Draws this instance.

GameOverScreen ( string m ) : System

Initializes a new instance of the GameOverScreen class.

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 ( string m ) : System
m string
Результат System

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

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