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

Used to display game instructions.
Наследование: Screen
Показать файл Открыть проект

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

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

Draws this instance.

InstructionsScreen ( string imageName ) : System

Initializes a new instance of the InstructionsScreen class.

Update ( ) : void

Updates this instance.

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

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

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

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

Initializes a new instance of the InstructionsScreen class.
public InstructionsScreen ( string imageName ) : System
imageName string Name of the image containing the instructions.
Результат System

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

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