Label component props

Hierarchy

Properties

color?: PBColor4

Color of the label.

Default Value

{ r: 1, g: 1, b: 1, a: 1 }

font?: UiFontType

Label font type.

Default Value

'sans-serif'

fontSize?: ScaleUnit

Label font size.

Default Value

10

outlineColor?: PBColor4

Outline color of the text.

Default Value

{ r: 0, g: 0, b: 0, a: 1 }

outlineWidth?: number

Outline width of the text.

Default Value

0

textAlign?: TextAlignType

Label align position.

Default Value

'middle-center'

textWrap?: UiTextWrapType

Behaviour when text reached.

Default Value

'wrap'

value: string

Primary content.