Méthode | Description | |
---|---|---|
Draw ( |
Draws the menu.
|
|
HandleInput ( |
Responds to user input, changing the selected entry and accepting or cancelling the menu.
|
|
LoadContent ( ) : void | ||
OptionsScreen ( ) : System |
Constructor.
|
|
Update ( |
Updates the menu.
|
Méthode | Description | |
---|---|---|
GetOptionEntryAt ( Vector2 position ) : int |
Returns the index of the menu entry at the position of the given mouse state.
|
|
LoadOptions ( ) : void |
public Draw ( |
||
gameTime | ||
Résultat | void |
public HandleInput ( |
||
input | ||
gameTime | ||
Résultat | void |
public Update ( |
||
gameTime | ||
otherScreenHasFocus | bool | |
coveredByOtherScreen | bool | |
Résultat | void |