UI input entity, UI edited by the player through the UI editor
| Name |
Type |
Description |
Script Name |
| Default Text |
String |
Default Text |
DefaultText |
| Active Text |
String |
Active Text |
ActiveText |
| Font Size |
Int |
Local Position |
FontSize |
| Alignment Horizontal |
Int |
Alignment method |
AlignmentHorizontal |
| Alignment Vertical |
Int |
Alignment Vertical |
AlignmentVertical |
| Is Bold |
Bool |
Is Bold |
IsBold |
| Is Italic |
Bool |
Is Italic |
IsItalic |
| Is Underline |
Bool |
Is Underline |
IsUnderline |
| Line Spacing |
Float |
Line Spacing |
LineSpacing |
| Word Wrap |
Int |
Word Wrap |
WordWrap |
| Max Length |
Int |
Max Length |
MaxLength |
| Transition Type |
Int |
Read Only (Deprecated, please do not use) |
TransitionType |
| Label Color |
Color |
Color |
LabelColor |
| Normal Color |
Color |
Color |
NormalColor |
| Pressed Color |
Color |
Pressed Color |
PressedColor |
| Disable Color |
Color |
(Deprecated, please do not use) |
DisableColor |
| Localization Key |
String |
Localized Key, available in multiple languages |
LocKey |
| Name |
Description |
| On Text Change |
Triggered when the text content of the UI input box control is changed by the player |