C# 클래스 RecordRobot.Screens.GameOverScreen

상속: RecordRobot.GameElements.GameScreen
파일 보기 프로젝트 열기: scastle/EECS290_Project1

공개 메소드들

메소드 설명
Draw ( ) : void

Draws this instance.

GameOverScreen ( string m ) : System

Initializes a new instance of the GameOverScreen 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

GameOverScreen() 공개 메소드

Initializes a new instance of the GameOverScreen class.
public GameOverScreen ( string m ) : System
m string
리턴 System

Update() 공개 메소드

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