Text Entry
Text Entry¶
Text Entry types allow the player to enter text.
Note: For example, renaming characters. Supports direct keyboard input as well as a user-defined on-screen keyboard.
Properties¶
System¶
| Name | Explanation | Type |
|---|---|---|
| Allow Characters | Whether alphabetic characters (letters) can be entered. | Toggle |
| Allow Numbers | Whether numeric digits can be entered. | Toggle |
| Allow Spaces | Whether spaces can be entered. | Toggle |
| Allow Symbols | Whether symbols and punctuation can be entered. | Toggle |
| Caret Element | The element to display as the text cursor, positioned after the entered text. | User Interface Element |
| Character Limit | The maximum number of characters that can be entered. Leave empty for no limit. | Number |
| Enable On-Screen Keyboard | Whether the logical, on-screen keyboard is enabled for this text entry interface. | Toggle |
| Enable Physical Keyboard Input | Whether or not physical keyboard input is enabled. | Toggle |
| Keyboard Element | The element to present the logical keyboard in. | User Interface Element |
| Picture Element | The element to present picture content in when provided. | User Interface Element |
| Preview Element | The element to show the currently entered text in. | User Interface Element |
| Prompt Element | The element to present the prompt content in when provided. | User Interface Element |