CLASS_ID.UI_INPUT_TEXT_SHAPE

Hierarchy

  • ECS6ComponentUiInputText

Properties

color?: ECS6Color4
focusedBackground?: ECS6Color4
font?: string
fontSize?: number
hAlign?: string
hTextAlign?: string
height?: UiValue
isPointerBlocker?: boolean
margin?: number
name?: string

UiShape

onBlur?: string
onChanged?: string
onFocus?: string
onTextChanged?: string
onTextSubmit?: string
opacity?: number
outlineColor?: ECS6Color4
outlineWidth?: number
paddingBottom?: number
paddingLeft?: number
paddingRight?: number
paddingTop?: number
parentComponent?: string

UiShape

placeholder?: string
positionX?: UiValue
positionY?: UiValue
shadowBlur?: number
shadowColor?: ECS6Color4
shadowOffsetX?: number
shadowOffsetY?: number
textWrapping?: boolean
vAlign?: string
vTextAlign?: string
value?: string
visible?: boolean
width?: UiValue