C# Class DeepSpace.GamePlayScene

Inheritance: Scene
Afficher le fichier Open project: WaveEngine/QuickStarters Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void

Méthodes protégées

Méthode Description
CreateScene ( ) : void
Dispose ( bool disposing ) : void
Start ( ) : void

Private Methods

Méthode Description
GamePlaySceneCurrentScoreChanged ( int score ) : void

Method Details

CreateScene() protected méthode

protected CreateScene ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void