C# 클래스 FlyingKite.Scenes.MenuScene

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

보호된 메소드들

메소드 설명
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.

메소드 상세

CreateScene() 보호된 메소드

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