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
ReforgePopup_Layout.cs
Go to the documentation of this file.
1
using
System
;
2
using
Microsoft.Xna.Framework
;
3
4
// Token: 0x02000233 RID: 563
5
public
class
ReforgePopup_Layout
:
LayoutDefinition
6
{
7
// Token: 0x06000D01 RID: 3329 RVA: 0x0003E990 File Offset: 0x0003CB90
8
private
void
Awake
()
9
{
10
}
11
12
// Token: 0x06000D02 RID: 3330 RVA: 0x0003E9A0 File Offset: 0x0003CBA0
13
public
ReforgePopup_Layout
()
14
{
15
if
(16928 == 0)
16
{
17
}
18
base
..ctor();
19
}
20
21
// Token: 0x040016E8 RID: 5864
22
public
static
ReforgePopup_Layout
Instance
;
23
24
// Token: 0x040016E9 RID: 5865
25
public
int
BackingTextPadding
;
26
27
// Token: 0x040016EA RID: 5866
28
public
int
BackingTextPaddingController
;
29
30
// Token: 0x040016EB RID: 5867
31
public
int
MinTextHeight
;
32
33
// Token: 0x040016EC RID: 5868
34
public
int
TextBackingOffset
;
35
36
// Token: 0x040016ED RID: 5869
37
public
int
MaxWidthLastLineAddition
= 150;
38
39
// Token: 0x040016EE RID: 5870
40
public
Panel_Layout
Backing
;
41
42
// Token: 0x040016EF RID: 5871
43
public
String_Layout
Text
;
44
45
// Token: 0x040016F0 RID: 5872
46
public
Panel_Layout
TextBacking
;
47
48
// Token: 0x040016F1 RID: 5873
49
public
Panel_Layout
MenuDivider
;
50
51
// Token: 0x040016F2 RID: 5874
52
public
TransactionButton_Layout
Close
;
53
54
// Token: 0x040016F3 RID: 5875
55
public
TransactionButton_Layout
Reforge
;
56
57
// Token: 0x040016F4 RID: 5876
58
public
Panel_Layout
SavingsBacking
;
59
60
// Token: 0x040016F5 RID: 5877
61
public
String_Layout
Savings
;
62
63
// Token: 0x040016F6 RID: 5878
64
public
String_Layout
SavingsTitle
;
65
66
// Token: 0x040016F7 RID: 5879
67
public
Vector2
Savings1IconOffset
= 17008;
68
69
// Token: 0x040016F8 RID: 5880
70
public
Vector2
Savings2IconOffset
= 16968;
71
72
// Token: 0x040016F9 RID: 5881
73
public
Vector2
Savings3IconOffset
= 16968;
74
75
// Token: 0x040016FA RID: 5882
76
public
Vector2
Savings4IconOffset
= 16928;
77
78
// Token: 0x040016FB RID: 5883
79
public
String_Layout
ReforgeCost
;
80
81
// Token: 0x040016FC RID: 5884
82
public
String_Layout
ReforgeCostController
;
83
84
// Token: 0x040016FD RID: 5885
85
public
String_Layout
ReforgeItemName
;
86
87
// Token: 0x040016FE RID: 5886
88
public
Panel_Layout
ReforgeItemNameDivider
;
89
90
// Token: 0x040016FF RID: 5887
91
public
Panel_Layout
ReforgeItem
;
92
93
// Token: 0x04001700 RID: 5888
94
public
Panel_Layout
ReforgeItemBacking
;
95
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
LayoutDefinition
Definition
LayoutDefinition.cs:11
Panel_Layout
Definition
Panel_Layout.cs:8
ReforgePopup_Layout.Savings1IconOffset
Vector2 Savings1IconOffset
Definition
ReforgePopup_Layout.cs:67
ReforgePopup_Layout.Savings
String_Layout Savings
Definition
ReforgePopup_Layout.cs:61
ReforgePopup_Layout.SavingsBacking
Panel_Layout SavingsBacking
Definition
ReforgePopup_Layout.cs:58
ReforgePopup_Layout.BackingTextPaddingController
int BackingTextPaddingController
Definition
ReforgePopup_Layout.cs:28
ReforgePopup_Layout.Backing
Panel_Layout Backing
Definition
ReforgePopup_Layout.cs:40
ReforgePopup_Layout.TextBackingOffset
int TextBackingOffset
Definition
ReforgePopup_Layout.cs:34
ReforgePopup_Layout.MaxWidthLastLineAddition
int MaxWidthLastLineAddition
Definition
ReforgePopup_Layout.cs:37
ReforgePopup_Layout.ReforgeItemBacking
Panel_Layout ReforgeItemBacking
Definition
ReforgePopup_Layout.cs:94
ReforgePopup_Layout.Savings2IconOffset
Vector2 Savings2IconOffset
Definition
ReforgePopup_Layout.cs:70
ReforgePopup_Layout.Savings3IconOffset
Vector2 Savings3IconOffset
Definition
ReforgePopup_Layout.cs:73
ReforgePopup_Layout.Reforge
TransactionButton_Layout Reforge
Definition
ReforgePopup_Layout.cs:55
ReforgePopup_Layout.ReforgePopup_Layout
ReforgePopup_Layout()
Definition
ReforgePopup_Layout.cs:13
ReforgePopup_Layout.MenuDivider
Panel_Layout MenuDivider
Definition
ReforgePopup_Layout.cs:49
ReforgePopup_Layout.Text
String_Layout Text
Definition
ReforgePopup_Layout.cs:43
ReforgePopup_Layout.ReforgeItemName
String_Layout ReforgeItemName
Definition
ReforgePopup_Layout.cs:85
ReforgePopup_Layout.Savings4IconOffset
Vector2 Savings4IconOffset
Definition
ReforgePopup_Layout.cs:76
ReforgePopup_Layout.ReforgeItemNameDivider
Panel_Layout ReforgeItemNameDivider
Definition
ReforgePopup_Layout.cs:88
ReforgePopup_Layout.TextBacking
Panel_Layout TextBacking
Definition
ReforgePopup_Layout.cs:46
ReforgePopup_Layout.ReforgeItem
Panel_Layout ReforgeItem
Definition
ReforgePopup_Layout.cs:91
ReforgePopup_Layout.Close
TransactionButton_Layout Close
Definition
ReforgePopup_Layout.cs:52
ReforgePopup_Layout.Awake
void Awake()
Definition
ReforgePopup_Layout.cs:8
ReforgePopup_Layout.BackingTextPadding
int BackingTextPadding
Definition
ReforgePopup_Layout.cs:25
ReforgePopup_Layout.MinTextHeight
int MinTextHeight
Definition
ReforgePopup_Layout.cs:31
ReforgePopup_Layout.ReforgeCostController
String_Layout ReforgeCostController
Definition
ReforgePopup_Layout.cs:82
ReforgePopup_Layout.Instance
static ReforgePopup_Layout Instance
Definition
ReforgePopup_Layout.cs:22
ReforgePopup_Layout.ReforgeCost
String_Layout ReforgeCost
Definition
ReforgePopup_Layout.cs:79
ReforgePopup_Layout.SavingsTitle
String_Layout SavingsTitle
Definition
ReforgePopup_Layout.cs:64
ReforgePopup_Layout
Definition
ReforgePopup_Layout.cs:6
String_Layout
Definition
String_Layout.cs:8
TransactionButton_Layout
Definition
TransactionButton_Layout.cs:10
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
System
Definition
__ComObject.cs:4
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:10
source
ReforgePopup_Layout.cs
Generated by
1.10.0