Метод | Описание | |
---|---|---|
AddScene ( string key, |
||
AddScene ( string key, |
||
ChangeScreen ( string key ) : void | ||
Draw ( ) : void | ||
LoadScreenTheaded ( string key, BasicEvent onComplete ) : void | ||
RemoveScene ( string key ) : void | ||
Setup ( ) : void | ||
Update ( |
public static AddScene ( string key, |
||
key | string | |
scene | ||
Результат | void |
public static AddScene ( string key, |
||
key | string | |
scene | ||
loadingScene | LoadingScene | |
Результат | void |
public static ChangeScreen ( string key ) : void | ||
key | string | |
Результат | void |
public static LoadScreenTheaded ( string key, BasicEvent onComplete ) : void | ||
key | string | |
onComplete | BasicEvent | |
Результат | void |
public static RemoveScene ( string key ) : void | ||
key | string | |
Результат | void |
public static Update ( |
||
gameTime | ||
Результат | void |