Enum InputField.InputType
Type of data expected by the input field mobile keyboard.
Namespace: UnityEngine.UI
Syntax
public enum InputType
Fields
Name | Description | Value |
---|---|---|
Standard | The standard mobile keyboard |
0 |
AutoCorrect | The mobile autocorrect keyboard. |
1 |
Password | The mobile password keyboard. |
2 |