Skip to content
jay19240 edited this page Dec 11, 2024 · 2 revisions

UIText

A UI widget displaying a simple text.

  • inherit from: UIWidget

Constructors

  • new UIText(): UIText

Methods

  • setText(text: string): void
    • text: The text content.
Clone this wiki locally