Method | Description | |
---|---|---|
BackgroundScreen ( ) : System |
Construct a new BackgroundScreen object.
|
|
Draw ( |
Draws the background screen.
|
|
Update ( |
Updates the background screen. Unlike most screens, this should not transition off even if it has been covered by another screen: it is supposed to be covered, after all! This overload forces the coveredByOtherScreen parameter to false in order to stop the base Update method wanting to transition off.
|
public Draw ( |
||
gameTime | ||
return | void |
public Update ( |
||
gameTime | ||
otherScreenHasFocus | bool | |
coveredByOtherScreen | bool | |
return | void |