C# 클래스 RecordRobot.Menus.PauseMenu

An instance of a pause menu. This will support the options to resume the game, go to the title sceen, and quit the game.
상속: Menu
파일 보기 프로젝트 열기: scastle/EECS290_Project1 1 사용 예제들

공개 메소드들

메소드 설명
PauseMenu ( Vector2 position, float spacing, String MainAction ) : System

Initializes a new instance of the PauseMenu class.

메소드 상세

PauseMenu() 공개 메소드

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