Input text
Solutions of single or multiple line(s) input text.
- Input text game object (Display: dom / Edit: dom) :
- Demo
type
orinputType
:'text'
: Single line input.'textarea'
: Multiple line input.
- Demo
- Text game object with Text edit behavior (Display: text / Edit: dom) :
- Demo
type
:'text'
: Single line input.'textarea'
: Multiple line input.
- Demo
- Text game object with Hidden text edit behavior (Display: text / Edit: text, invisible dom) :
- Demo
type
orinputType
:'text'
: Single line input.'textarea'
: Multiple line input.
- Demo
- Canvas input game object (Display: canvas-input / Edit: canvas-input, invisible dom) :
- Single line input
- Multiple line input, Text area input
textArea
: Settrue
for multiple line input.