C# Класс Project290.Menus.MenuDelegates.GoToTitleDelegate

This pops the most recent screen off of the screen stack of GameWorld.
Наследование: IMenuDelegate
Показать файл Открыть проект

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

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

Initializes a new instance of the GoToTitleDelegate class.

Run ( ) : void

Runs this instance. This pops the most recent screen off of the screen stack of GameWorld.

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

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

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

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

Runs this instance. This pops the most recent screen off of the screen stack of GameWorld.
public Run ( ) : void
Результат void