C# Class FlyingKite.Scenes.GameOverScene

Inheritance: Scene
Mostra file Open project: WaveEngine/QuickStarters

Public Methods

Method Description
GameOverScene ( int finalScore ) : System

Protected Methods

Method Description
CreateScene ( ) : void

Creates the scene.

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

Private Methods

Method Description
CreateUI ( ) : void

Creates the UI elements and add them to the EntityManager.

Method Details

CreateScene() protected method

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

GameOverScene() public method

public GameOverScene ( int finalScore ) : System
finalScore int
return System