TextEditComponent¶
TextEditComponent API exposed to Lua and C++ gameplay code.
Properties¶
| Name | Languages |
|---|---|
text |
C++ | Lua |
selection |
C++ | Lua |
cursor |
C++ | Lua |
cursorBlink |
C++ | Lua |
cursorWidth |
C++ | Lua |
cursorColor |
C++ | Lua |
selectionColor |
C++ | Lua |
placeholderColor |
C++ | Lua |
placeholder |
C++ | Lua |
passwordChar |
C++ | Lua |
cursorIndex |
C++ | Lua |
selectionAnchor |
C++ | Lua |
scrollOffset |
C++ | Lua |
disabled |
C++ | Lua |
password |
C++ | Lua |
onChange |
C++ | Lua |
onSubmit |
C++ | Lua |
needUpdateTextEdit |
C++ | Lua |