terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
TouchScreenKeyboard_InternalConstructorHelperArguments.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000092 RID: 146
7 {
8 // Token: 0x0400032A RID: 810
9 public uint keyboardType;
10
11 // Token: 0x0400032B RID: 811
12 public uint autocorrection;
13
14 // Token: 0x0400032C RID: 812
15 public uint multiline;
16
17 // Token: 0x0400032D RID: 813
18 public uint secure;
19
20 // Token: 0x0400032E RID: 814
21 public uint alert;
22
23 // Token: 0x0400032F RID: 815
24 public int characterLimit;
25 }
26}