Свойство | Type | Description | |
---|---|---|---|
DisplayScale | int | ||
RenderHeight | int | ||
RenderWidth | int |
Méthode | Description | |
---|---|---|
ChangeDisplayScale ( ) : void | ||
Game ( ) : System | ||
ToggleFullScreen ( ) : void |
Méthode | Description | |
---|---|---|
Draw ( |
This is called when the game should draw itself.
|
|
Initialize ( ) : void | ||
LoadContent ( ) : void | ||
Update ( |
protected Draw ( |
||
gameTime | Provides a snapshot of timing values. | |
Résultat | void |
protected Update ( |
||
gameTime | ||
Résultat | void |