Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TouchScreenKeyboardType

Enumeration of the different types of supported touchscreen keyboards.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum TouchScreenKeyboardType

Fields

Value

Description

ASCIICapableKeyboard with standard ASCII keys.
DecimalPadKeyboard with numbers and a decimal point.
DefaultThe default keyboard layout of the target platform.
EmailAddressKeyboard with additional keys suitable for typing email addresses.
NamePhonePadKeyboard with alphanumeric keys.
NumberPadKeyboard with standard numeric keys.
NumbersAndPunctuationKeyboard with numbers and punctuation mark keys.
OneTimeCodeKeyboard with standard numeric keys.
PhonePadKeyboard with a layout suitable for typing telephone numbers.
SearchKeyboard with the "." key beside the space key, suitable for typing search terms.
SocialKeyboard with keys for social media symbols.
URLKeyboard with keys for URL entry.