Label

Extends: UiWidget

Properties


Constructor

new Label(game: BGE.Game): Label

Parameters


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