Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

TextFieldConstructor

マニュアルに切り替える
public TextField ();
public TextField (int maxLength, bool multiline, bool isPasswordField, char maskChar);

パラメーター

maxLength The maximum number of characters this textfield can hold. If 0, there is no limit.
multiline Set this to true to allow multiple lines in the textfield and false if otherwise.
isPasswordField Set this to true to mask the characters and false if otherwise.
maskChar The character used for masking in a password field.

説明

Creates a new textfield.