메소드 | 설명 | |
---|---|---|
Draw ( |
Draws the menu entry. This can be overridden to customize the appearance.
|
|
GetHeight ( |
Queries how much space this menu entry requires.
|
|
GetWidth ( |
Queries how wide the entry is, used for centering on the screen.
|
|
MenuEntry ( string text ) : System |
Constructs a new menu entry with the specified text.
|
|
Update ( |
Updates the menu entry.
|
메소드 | 설명 | |
---|---|---|
OnSelectEntry ( PlayerIndex playerIndex ) : void |
Method for raising the Selected event.
|
public Draw ( |
||
screen | ||
isSelected | bool | |
gameTime | ||
리턴 | void |
protected OnSelectEntry ( PlayerIndex playerIndex ) : void | ||
playerIndex | PlayerIndex | |
리턴 | void |
public Update ( |
||
screen | ||
isSelected | bool | |
gameTime | ||
리턴 | void |