Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

AlwaysHiddenThe input field is always hidden with no option to make it visible.
AlwaysVisibleThe input field is always visible with no option to hide it.
CustomizableCustomize the visibility of the input field based on the requirement of your application.