Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILabelUpdate

Represents updatable components of a label which developers can update from game clients.

Hierarchy

Index

Properties

Optional bold

bold: boolean

Will update if the text is bold or not.

Optional disabled

disabled: boolean

When set to true this will disable the control. When set to false this will enable the control.

Optional italic

italic: boolean

Will update if the text is itlaic or not.

Optional text

text: string

Will update the text of this label.

Optional textColor

textColor: string

Will update the text color.

Optional textSize

textSize: string

Will update the text size.

Optional underline

underline: boolean

Will update if the text is underlined or not.

Generated using TypeDoc