Свойство | Type | Description | |
---|---|---|---|
Game | Microsoft.Xna.Framework.Game | ||
GraphicsDeviceManager | GraphicsDeviceManager | ||
InputManager | |||
SpriteBatch |
Méthode | Description | |
---|---|---|
AddScreen ( |
Add as screen to the screen list
|
|
Draw ( |
||
RemoveScreen ( |
Remove an existing screen
|
|
RemoveScreen ( string screenName ) : bool |
Remove an existing screen
|
|
ScreenManager ( Microsoft.Xna.Framework.Game game ) : System | ||
ShowScreen ( |
Show a screen
|
|
Update ( |
public AddScreen ( |
||
screen | Screen to add | |
Résultat | bool |
public Draw ( |
||
gameTime | ||
Résultat | void |
public RemoveScreen ( |
||
screen | Screen object to remove | |
Résultat | bool |
public RemoveScreen ( string screenName ) : bool | ||
screenName | string | The Unique Screen Identifier |
Résultat | bool |
public ScreenManager ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
Résultat | System |
public ShowScreen ( |
||
screen | Screen to show | |
Résultat | bool |
public Update ( |
||
gameTime | ||
Résultat | void |
public static Game,Microsoft.Xna.Framework Game | ||
Résultat | Microsoft.Xna.Framework.Game |
public static GraphicsDeviceManager GraphicsDeviceManager | ||
Résultat | GraphicsDeviceManager |
public static InputManager,UHSampleGame.InputManagement InputManager | ||
Résultat |