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

textAlign?: TextAlignType

Label align position.

Default Value

'middle-center'

value: string

Primary content.