C# 클래스 Project290.Menus.PauseMenu

An instance of a pause menu. This will support the options to resume the game, restart the level, go to the options menu, buy the game (if in trial mode), go to the title sceen, and quit the game.
상속: Menu
파일 보기 프로젝트 열기: scastle/Solitude 1 사용 예제들

공개 메소드들

메소드 설명
PauseMenu ( Vector2 position, MenuAction actions, float spacing ) : System

Initializes a new instance of the PauseMenu class.

메소드 상세

PauseMenu() 공개 메소드

Initializes a new instance of the PauseMenu class.
public PauseMenu ( Vector2 position, MenuAction actions, float spacing ) : System
position Vector2 The position.
actions MenuAction The actions.
spacing float The spacing.
리턴 System