Метод | Описание | |
---|---|---|
Draw ( |
||
HandleInput ( |
||
LoadContent ( ) : void |
Loads graphics content for this screen. The background texture is quite big, so we use our own local ContentManager to load it. This allows us to unload before going from the menus into the game itself, wheras if we used the shared ContentManager provided by the Game class, the content would remain loaded forever.
|
|
LogoScreen ( System.TimeSpan duration ) : System | ||
UnloadContent ( ) : void |
Unloads graphics content for this screen.
|
|
Update ( |
public Draw ( |
||
gameTime | ||
Результат | void |
public HandleInput ( |
||
input | ||
gameTime | ||
Результат | void |
public LogoScreen ( System.TimeSpan duration ) : System | ||
duration | System.TimeSpan | |
Результат | System |
public Update ( |
||
gameTime | ||
otherScreenHasFocus | bool | |
coveredByOtherScreen | bool | |
Результат | void |