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
TextEditor.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine
5{
6 // Token: 0x02000012 RID: 18
7 public class TextEditor
8 {
9 // Token: 0x06000096 RID: 150 RVA: 0x000033D4 File Offset: 0x000015D4
11 public TextEditor()
12 {
13 if (!true)
14 {
15 }
16 GUIStyle none = GUIStyle.none;
17 this.style = none;
18 base..ctor();
19 }
20
21 // Token: 0x04000070 RID: 112
23
24 // Token: 0x04000071 RID: 113
25 public int controlID;
26
27 // Token: 0x04000072 RID: 114
29
30 // Token: 0x04000073 RID: 115
31 public bool multiline;
32
33 // Token: 0x04000074 RID: 116
35
36 // Token: 0x04000075 RID: 117
37 public bool isPasswordField;
38
39 // Token: 0x04000076 RID: 118
41
42 // Token: 0x04000077 RID: 119
44
45 // Token: 0x04000078 RID: 120
46 private int m_CursorIndex;
47
48 // Token: 0x04000079 RID: 121
49 private int m_SelectIndex;
50
51 // Token: 0x0400007A RID: 122
52 private bool m_RevealCursor;
53
54 // Token: 0x0400007B RID: 123
56
57 // Token: 0x0400007C RID: 124
58 private int m_DblClickInitPos;
59
60 // Token: 0x0400007D RID: 125
62
63 // Token: 0x0400007E RID: 126
64 private bool m_bJustSelected;
65
66 // Token: 0x0400007F RID: 127
67 private int m_iAltCursorPos;
68
69 // Token: 0x02000013 RID: 19
70 public enum DblClickSnapping : byte
71 {
72 // Token: 0x04000081 RID: 129
73 WORDS,
74 // Token: 0x04000082 RID: 130
76 }
77 }
78}
class f__AnonymousType0<< Count > j__TPar
static GUIStyle none
Definition GUIStyle.cs:295
TextEditor.DblClickSnapping m_DblClickSnap
Definition TextEditor.cs:61
TouchScreenKeyboard keyboardOnScreen
Definition TextEditor.cs:22