TextInput
This User Interface Component lets your user to communicate with the game
Component Author: Jabo Release Date: April 13, 2020
new TextInput(Scene parentScene, Vector2 position, Vector2 scale);getTransform(); // Returns Transform Object
getValue(); // Returns String
setFont(Font font); // Sets the Text font
setColor(Color backgroundColor, Color foregroundColor, Color selectedColor);
setBackgroundImage(Sprite spr);
limitCharacter(int limit); // Limit how many character can be typedLast updated
Was this helpful?
