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

The Screen the comes up when the game first starts up.
Наследование: Screen
Показать файл Открыть проект

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

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

Draws this instance.

StartScreen ( ) : System

Initializes a new instance of the StartScreen class.

Update ( ) : void

Updates this instance.

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

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

Draws this instance.
public Draw ( ) : void
Результат void

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

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

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

Updates this instance.
public Update ( ) : void
Результат void