Method | Description | |
---|---|---|
DescriptionMenuEntry ( string text, string descripton, |
Initializes a new instance of the DescriptionMenuEntry class.
|
|
Draw ( Vector2 offsetPosition, bool highlighted ) : void |
Draws the menu entry at the specified position.
|
public DescriptionMenuEntry ( string text, string descripton, |
||
text | string | The text. |
descripton | string | The descripton. |
actions | The actions. | |
position | Vector2 | The position. |
return | System |
public Draw ( Vector2 offsetPosition, bool highlighted ) : void | ||
offsetPosition | Vector2 | |
highlighted | bool | Specifies whether or not this menu entry /// is the highlighted menu entry in the list of menu entries. |
return | void |