C# 클래스 FlyingKite.Scenes.GameOverScene

상속: Scene
파일 보기 프로젝트 열기: WaveEngine/QuickStarters

공개 메소드들

메소드 설명
GameOverScene ( int finalScore ) : System

보호된 메소드들

메소드 설명
CreateScene ( ) : void

Creates the scene.

This method is called before all T:WaveEngine.Framework.Entity instances in this instance are initialized.

비공개 메소드들

메소드 설명
CreateUI ( ) : void

Creates the UI elements and add them to the EntityManager.

메소드 상세

CreateScene() 보호된 메소드

Creates the scene.
This method is called before all T:WaveEngine.Framework.Entity instances in this instance are initialized.
protected CreateScene ( ) : void
리턴 void

GameOverScene() 공개 메소드

public GameOverScene ( int finalScore ) : System
finalScore int
리턴 System