Method | Description | |
---|---|---|
Draw ( |
Draws the loading screen.
|
|
Load ( |
Activates the loading screen.
|
|
Update ( |
Updates the loading screen.
|
Method | Description | |
---|---|---|
LoadingScreen ( |
The constructor is private: loading screens should be activated via the static Load method instead.
|
public Draw ( |
||
gameTime | ||
return | void |
public static Load ( |
||
screenManager | ||
loadingIsSlow | bool | |
controllingPlayer | System |
|
return | void |
public Update ( |
||
gameTime | ||
otherScreenHasFocus | bool | |
coveredByOtherScreen | bool | |
return | void |