C# Класс Project290.Screens.Background.BackgroundScreen

This is the screen below the start and title screen.
Наследование: Screen
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BackgroundScreen ( ) : System

Initializes a new instance of the BackgroundScreen class.

Draw ( ) : void

Draws this instance.

Update ( ) : void

Updates this instance.

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

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

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

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

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

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

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