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

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

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

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

Draws this instance.

PauseScreen ( ) : System

Initializes a new instance of the PauseScreen 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

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

Initializes a new instance of the PauseScreen class.
public PauseScreen ( ) : System
Результат 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