Constructor
LabelMenuItemComponent(text: string|Text, child: AbstractMenuItemComponent, x_sizing: Sizing?, y_sizing: Sizing?, options: table?)
Arguments:
| text: string|Text | The Text object, made for displaying formatted text. If you're looking for text which writes itself out over time, see |
| child: AbstractMenuItemComponent | |
| x_sizing: Sizing? | |
| y_sizing: Sizing? | |
| options: table? |
Methods
Fields
LabelMenuItemComponent.text: Text
The Text object, made for displaying formatted text.
If you're looking for text which writes itself out over time, see DialogueText.