Hierarchy

  • PBUiInput

Properties

clearOnSubmit?: boolean

default=true; when false, the input value is preserved after pressing Enter

color?: PBColor4

default=(0.0,0.0,0.0,1.0)

disabled: boolean
font?: Font

default=0

fontSize?: number

default=10

multiLine?: boolean

default=false; when true, the input accepts newlines and behaves as a textarea

placeholder: string
placeholderColor?: PBColor4

default=(0.3,0.3,0.3,1.0)

textAlign?: TextAlignMode

default='center'

value?: string