Property | Type | Description | |
---|---|---|---|
SCREENHEIGHT | int | ||
SCREENWIDTH | int | ||
camera | Camera | ||
isExiting | bool | ||
isPaused | bool | ||
screenType | ScreenType |
Method | Description | |
---|---|---|
Draw ( |
||
ScreenManager ( Microsoft.Xna.Framework.Game game ) : System | ||
Update ( |
Method | Description | |
---|---|---|
LoadContent ( ) : void |
public Draw ( |
||
gameTime | ||
return | void |
public ScreenManager ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
return | System |
public Update ( |
||
gameTime | ||
return | void |