Label
Extends: UiWidget
Properties
drawableText(BGE.DrawableText)
Constructor
new Label(game: BGE.Game): LabelParameters
game(BGE.Game)
Instance Methods
setText(text?: string): void
Parameters
text(string, optional, default: "\"\"")
Returns
void
draw(parent?: UiWidget): void
Parameters
parent(UiWidget, optional, default: "invalid")
Returns
void