C# Class FlyingKite.Scenes.GameOverScene

Inheritance: Scene
Afficher le fichier Open project: WaveEngine/QuickStarters

Méthodes publiques

Méthode Description
GameOverScene ( int finalScore ) : System

Méthodes protégées

Méthode Description
CreateScene ( ) : void

Creates the scene.

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

Private Methods

Méthode Description
CreateUI ( ) : void

Creates the UI elements and add them to the EntityManager.

Method Details

CreateScene() protected méthode

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

GameOverScene() public méthode

public GameOverScene ( int finalScore ) : System
finalScore int
Résultat System