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
VirtualControlsSlotTypeMapping_Layout.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x0200024D RID: 589
8{
9 // Token: 0x06000D43 RID: 3395 RVA: 0x0003F738 File Offset: 0x0003D938
13
14 // Token: 0x17000170 RID: 368
15 // (get) Token: 0x06000D44 RID: 3396 RVA: 0x0003F74C File Offset: 0x0003D94C
17 {
18 get
19 {
21 string controlTypeId = this.ControlTypeId;
22 bool flag = lastControlTypeId != controlTypeId;
24 if (buttonMapping != null)
25 {
26 string id = buttonMapping.Id;
27 string controlTypeId2 = this.ControlTypeId;
28 bool flag2 = id != controlTypeId2;
29 string controlTypeId3 = this.ControlTypeId;
31 }
32 bool flag3 = string.IsNullOrEmpty(this.ControlTypeId);
33 return this._buttonMapping;
34 }
35 }
36
37 // Token: 0x17000171 RID: 369
38 // (get) Token: 0x06000D45 RID: 3397 RVA: 0x0003F7DC File Offset: 0x0003D9DC
40 {
41 get
42 {
44 string controlTypeId = this.ControlTypeId;
45 bool flag = lastControlTypeId != controlTypeId;
47 if (axisMapping != null)
48 {
49 string id = axisMapping.Id;
50 string controlTypeId2 = this.ControlTypeId;
51 bool flag2 = id != controlTypeId2;
52 string controlTypeId3 = this.ControlTypeId;
54 }
55 bool flag3 = string.IsNullOrEmpty(this.ControlTypeId);
56 return this._axisMapping;
57 }
58 }
59
60 // Token: 0x04001853 RID: 6227
61 [JsonProperty]
62 public string ControlTypeId;
63
64 // Token: 0x04001854 RID: 6228
65 [JsonProperty]
67
68 // Token: 0x04001855 RID: 6229
70
71 // Token: 0x04001856 RID: 6230
73
74 // Token: 0x04001857 RID: 6231
75 private string _lastControlTypeId;
76
77 // Token: 0x0200024E RID: 590
78 public enum SlotType
79 {
80 // Token: 0x04001859 RID: 6233
81 Axis,
82 // Token: 0x0400185A RID: 6234
83 Button
84 }
85}
class f__AnonymousType0<< Count > j__TPar
VirtualControlsAxisConfiguration_Layout _axisMapping
VirtualControlsButtonConfiguration_Layout _buttonMapping
VirtualControlsButtonConfiguration_Layout ButtonConfiguration
VirtualControlsAxisConfiguration_Layout AxisConfiguration
VirtualControlsSlotTypeMapping_Layout.SlotType ControlType