Using a Text Input Field
Description
Text input fields allow the end user to use the aug as a means of inputting one of four different text types:
- String -> Used to input any combination of letters, numbers, and symbols.
- Password -> Used for password inputs. Accepts inputs of type string, and covers input with asterisks.
- Number -> Used to input a numerical value of type Integer.
- Name -> Used to input any combination of letters, numbers, and symbols. The first letter will be capitalised. Accepts input of type String.
The maximum length of each input type needs to be defined when adding the input field, as the default value for this setting is 0.
These inputs will display differently on the aug, and each have their specific set of constraints.
Implementation in Table Realms IDE
- Add the input field to the layout
NOTE: The following images/gifs/videos need to be included in this section
- Adding a text input field to the layout panel
- Styling the input field
- Changing the input types
- What is “model property”?
Implementation on Different Game Development Engines
Unity
TODO:
Unity Tiny
TODO:
PlayCanvas
TODO:
Construct2/3
TODO: