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

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

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

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

Draws this instance.

TitleScreen ( ) : System

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

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

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

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

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