// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.TouchScreenKeyboardType

namespace UnityEngine
{
public class TouchScreenKeyboardType // TypeDefIndex: 8916
{
	// Fields
	type#20890 value__;
	type#27569 Default;
	type#27569 ASCIICapable;
	type#27569 NumbersAndPunctuation;
	type#27569 URL;
	type#27569 NumberPad;
	type#27569 PhonePad;
	type#27569 NamePhonePad;
	type#27569 EmailAddress;
	type#27569 NintendoNetworkAccount;
	type#27569 Social;
	type#27569 Search;
	type#27569 DecimalPad;
	type#27569 OneTimeCode;
}
}
