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
Panel_Layout.cs
Go to the documentation of this file.
1
using
System
;
2
using
Microsoft.Xna.Framework
;
3
using
Microsoft.Xna.Framework.Graphics
;
4
5
// Token: 0x020001B3 RID: 435
6
[
Serializable
]
7
public
class
Panel_Layout
8
{
9
// Token: 0x06000BBE RID: 3006 RVA: 0x0003A8BC File Offset: 0x00038ABC
10
public
void
Copy
(
Panel_Layout
other
)
11
{
12
ControlAnchor.ControlId
anchorControl
=
other
.AnchorControl;
13
Texture_Layout
backing
= this.
Backing
;
14
this.AnchorControl
=
anchorControl
;
15
Vector2
location =
other
.Location;
16
this.Location
= location;
17
Vector2
size =
other
.Size;
18
this.Size
= size;
19
bool
anchorForSize
=
other
.AnchorForSize;
20
this.AnchorForSize
=
anchorForSize
;
21
Color
backingColor
=
other
.BackingColor;
22
this.BackingColor
=
backingColor
;
23
Color
borderColor
=
other
.BorderColor;
24
this.BorderColor
=
borderColor
;
25
Color
highlightColor
=
other
.HighlightColor;
26
this.HighlightColor
=
highlightColor
;
27
string
textureId
=
other
.Backing.TextureId;
28
backing.TextureId
=
textureId
;
29
Texture_Layout
border =
other
.Border;
30
Texture_Layout
border2
= this.
Border
;
31
string
textureId2
= border.
TextureId
;
32
border2.TextureId
=
textureId2
;
33
}
34
35
// Token: 0x06000BBF RID: 3007 RVA: 0x0003A974 File Offset: 0x00038B74
36
public
Panel_Layout
()
37
{
38
if
(17146 == 0)
39
{
40
}
41
this.BackingColor
= 17146;
42
this.BorderColor
= 17146;
43
this.HighlightColor
= 17146;
44
base
..ctor();
45
}
46
47
// Token: 0x04000E4D RID: 3661
48
public
ControlAnchor.ControlId
AnchorControl
;
49
50
// Token: 0x04000E4E RID: 3662
51
public
LayoutCalculator.AnchorType
Anchor
=
LayoutCalculator
.
AnchorType
.BottomLeft;
52
53
// Token: 0x04000E4F RID: 3663
54
public
Vector2
Location
= 17146;
55
56
// Token: 0x04000E50 RID: 3664
57
public
Vector2
Size
;
58
59
// Token: 0x04000E51 RID: 3665
60
public
bool
AnchorForSize
;
61
62
// Token: 0x04000E52 RID: 3666
63
public
ControlAnchor.ControlId
SizeAnchorControl
;
64
65
// Token: 0x04000E53 RID: 3667
66
public
LayoutCalculator.AnchorType
SizeAnchor
=
LayoutCalculator
.
AnchorType
.BottomLeft;
67
68
// Token: 0x04000E54 RID: 3668
69
public
Vector2
SizeLocation
;
70
71
// Token: 0x04000E55 RID: 3669
72
public
Vector2
PickBorder
;
73
74
// Token: 0x04000E56 RID: 3670
75
public
Vector2
PickOffset
;
76
77
// Token: 0x04000E57 RID: 3671
78
public
Color
BackingColor
;
79
80
// Token: 0x04000E58 RID: 3672
81
public
Color
BorderColor
;
82
83
// Token: 0x04000E59 RID: 3673
84
public
Color
HighlightColor
;
85
86
// Token: 0x04000E5A RID: 3674
87
public
Texture_Layout
Backing
;
88
89
// Token: 0x04000E5B RID: 3675
90
public
Texture_Layout
Border
;
91
92
// Token: 0x04000E5C RID: 3676
93
public
Texture_Layout
CursorHighlight
;
94
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
ControlAnchor.ControlId
ControlId
Definition
ControlAnchor.cs:480
LayoutCalculator.AnchorType
AnchorType
Definition
LayoutCalculator.cs:373
LayoutCalculator
Definition
LayoutCalculator.cs:12
Panel_Layout.Location
Vector2 Location
Definition
Panel_Layout.cs:54
Panel_Layout.AnchorForSize
bool AnchorForSize
Definition
Panel_Layout.cs:60
Panel_Layout.CursorHighlight
Texture_Layout CursorHighlight
Definition
Panel_Layout.cs:93
Panel_Layout.SizeLocation
Vector2 SizeLocation
Definition
Panel_Layout.cs:69
Panel_Layout.Border
Texture_Layout Border
Definition
Panel_Layout.cs:90
Panel_Layout.PickBorder
Vector2 PickBorder
Definition
Panel_Layout.cs:72
Panel_Layout.SizeAnchorControl
ControlAnchor.ControlId SizeAnchorControl
Definition
Panel_Layout.cs:63
Panel_Layout.BackingColor
Color BackingColor
Definition
Panel_Layout.cs:78
Panel_Layout.Backing
Texture_Layout Backing
Definition
Panel_Layout.cs:87
Panel_Layout.Panel_Layout
Panel_Layout()
Definition
Panel_Layout.cs:36
Panel_Layout.Copy
void Copy(Panel_Layout other)
Definition
Panel_Layout.cs:10
Panel_Layout.SizeAnchor
LayoutCalculator.AnchorType SizeAnchor
Definition
Panel_Layout.cs:66
Panel_Layout.HighlightColor
Color HighlightColor
Definition
Panel_Layout.cs:84
Panel_Layout.BorderColor
Color BorderColor
Definition
Panel_Layout.cs:81
Panel_Layout.AnchorControl
ControlAnchor.ControlId AnchorControl
Definition
Panel_Layout.cs:48
Panel_Layout.Anchor
LayoutCalculator.AnchorType Anchor
Definition
Panel_Layout.cs:51
Panel_Layout.Size
Vector2 Size
Definition
Panel_Layout.cs:57
Panel_Layout.PickOffset
Vector2 PickOffset
Definition
Panel_Layout.cs:75
Panel_Layout
Definition
Panel_Layout.cs:8
Texture_Layout.TextureId
string TextureId
Definition
Texture_Layout.cs:88
Texture_Layout
Definition
Texture_Layout.cs:12
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
System.Reflection.TypeAttributes.Serializable
@ Serializable
System
Definition
__ComObject.cs:4
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:10
source
Panel_Layout.cs
Generated by
1.10.0