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

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

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

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

Draws this instance.

HowToPlayScreen ( ) : System

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

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

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

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

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