C# Class MilkShakeFramework.Core.Scenes.SceneManager

Afficher le fichier Open project: lucas-jones/MilkShake-old

Méthodes publiques

Méthode Description
AddScene ( string key, Scene scene ) : void
AddScene ( string key, Scene scene, LoadingScene loadingScene ) : void
ChangeScreen ( string key ) : void
Draw ( ) : void
LoadScreenTheaded ( string key, BasicEvent onComplete ) : void
RemoveScene ( string key ) : void
Setup ( ) : void
Update ( GameTime gameTime ) : void

Method Details

AddScene() public static méthode

public static AddScene ( string key, Scene scene ) : void
key string
scene Scene
Résultat void

AddScene() public static méthode

public static AddScene ( string key, Scene scene, LoadingScene loadingScene ) : void
key string
scene Scene
loadingScene LoadingScene
Résultat void

ChangeScreen() public static méthode

public static ChangeScreen ( string key ) : void
key string
Résultat void

Draw() public static méthode

public static Draw ( ) : void
Résultat void

LoadScreenTheaded() public static méthode

public static LoadScreenTheaded ( string key, BasicEvent onComplete ) : void
key string
onComplete BasicEvent
Résultat void

RemoveScene() public static méthode

public static RemoveScene ( string key ) : void
key string
Résultat void

Setup() public static méthode

public static Setup ( ) : void
Résultat void

Update() public static méthode

public static Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void