enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseOptions to define the visibility status of the on-screen keyboard's input field.
TouchScreenKeyboard.inputFieldAppearance uses values of this enum to indicate visibility status of the input field.
Description | |
---|---|
Customizable | Customize the visibility of the input field based on the requirement of your application. |
AlwaysVisible | The input field is always visible with no option to hide it. |
AlwaysHidden | The input field is always hidden with no option to make it visible. |