C# Class Project290.Menus.MenuDelegates.GoToTitleDelegate

This pops the most recent screen off of the screen stack of GameWorld.
Inheritance: IMenuDelegate
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode Description
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.

Method Details

GoToTitleDelegate() public méthode

Initializes a new instance of the GoToTitleDelegate class.
public GoToTitleDelegate ( ) : System
Résultat System

Run() public méthode

Runs this instance. This pops the most recent screen off of the screen stack of GameWorld.
public Run ( ) : void
Résultat void