C# 클래스 Project290.Menus.MenuDelegates.GoToTitleDelegate

This pops the most recent screen off of the screen stack of GameWorld.
상속: IMenuDelegate
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
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