C# Класс Project290.Screens.Title.TitleScreen

The title screen.
Наследование: Screen
Показать файл Открыть проект

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

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

Draws this instance.

TitleScreen ( ) : System

Initializes a new instance of the TitleScreen class.

Update ( ) : void

Updates this instance.

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

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.
public Update ( ) : void
Результат void