C# 클래스 Project290.Screens.GameOverScreen

This instanciates a new Game Over Screen.
상속: Screen
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
Draw ( ) : void

Draws this instance.

GameOverScreen ( uint score ) : System

Initializes a new instance of the GameOverScreen class.

Quit ( ) : void

Quits this instance.

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 ( uint score ) : System
score uint
리턴 System

Quit() 공개 메소드

Quits this instance.
public Quit ( ) : void
리턴 void

Update() 공개 메소드

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