TouchScreenKeyboard.InputFieldAppearance
Options to define the visibility status of the on-screen keyboard's input field.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum TouchScreenKeyboard.InputFieldAppearance
Remarks
TouchScreenKeyboard.inputFieldAppearance uses values of this enum to indicate visibility status of the input field.
Fields
Value | Description |
|---|---|
| AlwaysHidden | The input field is always hidden with no option to make it visible. |
| AlwaysVisible | The input field is always visible with no option to hide it. |
| Customizable | Customize the visibility of the input field based on the requirement of your application. |