Méthode | Description | |
---|---|---|
Draw ( |
||
GetHeight ( ) : int | ||
MenuEntry ( string text ) : System | ||
MenuEntry ( string text, bool enabled ) : System | ||
Update ( |
Méthode | Description | |
---|---|---|
OnSelectEntry ( ) : void |
public Draw ( |
||
screen | ||
position | Vector2 | |
isSelected | bool | |
Résultat | void |
public MenuEntry ( string text, bool enabled ) : System | ||
text | string | |
enabled | bool | |
Résultat | System |
public Update ( |
||
screen | ||
isSelected | bool | |
Résultat | void |