C# 클래스 RecordRobot.Screens.SettingsScreen

상속: RecordRobot.GameElements.GameScreen
파일 보기 프로젝트 열기: scastle/EECS290_Project1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
menu RecordRobot.Menus.SettingsMenu

공개 메소드들

메소드 설명
Draw ( ) : void

Draws this instance.

Drawer ( ) : void
SettingsScreen ( ) : System

Initializes a new instance of the SettingsScreen class.

Update ( ) : void

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.

메소드 상세

Draw() 공개 메소드

Draws this instance.
public Draw ( ) : void
리턴 void

Drawer() 공개 메소드

public Drawer ( ) : void
리턴 void

SettingsScreen() 공개 메소드

Initializes a new instance of the SettingsScreen class.
public SettingsScreen ( ) : System
리턴 System

Update() 공개 메소드

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.
public Update ( ) : void
리턴 void

프로퍼티 상세

menu 공개적으로 프로퍼티

This is the menu used for the pause screen.
public SettingsMenu,RecordRobot.Menus menu
리턴 RecordRobot.Menus.SettingsMenu