C# Class TiledMap.MyScene

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

Méthodes protégées

Méthode Description
CreateScene ( ) : void
Start ( ) : void

Private Methods

Méthode Description
AddCoins ( ) : void

Add coins

AddCrates ( ) : void

Add physics crates

AddEnd ( ) : void
AddSceneColliders ( ) : void

Add Collision entities from TMX object layer

AddTraps ( ) : void

Add traps

StartMusic ( ) : void

Method Details

CreateScene() protected méthode

protected CreateScene ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void