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.
1using System;
4
5// Token: 0x020001B3 RID: 435
7public class Panel_Layout
8{
9 // Token: 0x06000BBE RID: 3006 RVA: 0x0003A8BC File Offset: 0x00038ABC
10 public void Copy(Panel_Layout other)
11 {
15 Vector2 location = other.Location;
16 this.Location = location;
17 Vector2 size = other.Size;
18 this.Size = size;
19 bool anchorForSize = other.AnchorForSize;
21 Color backingColor = other.BackingColor;
23 Color borderColor = other.BorderColor;
25 Color highlightColor = other.HighlightColor;
27 string textureId = other.Backing.TextureId;
29 Texture_Layout border = other.Border;
31 string textureId2 = border.TextureId;
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
49
50 // Token: 0x04000E4E RID: 3662
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
64
65 // Token: 0x04000E53 RID: 3667
67
68 // Token: 0x04000E54 RID: 3668
70
71 // Token: 0x04000E55 RID: 3669
73
74 // Token: 0x04000E56 RID: 3670
76
77 // Token: 0x04000E57 RID: 3671
79
80 // Token: 0x04000E58 RID: 3672
82
83 // Token: 0x04000E59 RID: 3673
85
86 // Token: 0x04000E5A RID: 3674
88
89 // Token: 0x04000E5B RID: 3675
91
92 // Token: 0x04000E5C RID: 3676
94}
class f__AnonymousType0<< Count > j__TPar
Vector2 Location
Texture_Layout CursorHighlight
Vector2 SizeLocation
Texture_Layout Border
Vector2 PickBorder
ControlAnchor.ControlId SizeAnchorControl
Color BackingColor
Texture_Layout Backing
void Copy(Panel_Layout other)
LayoutCalculator.AnchorType SizeAnchor
Color HighlightColor
Color BorderColor
ControlAnchor.ControlId AnchorControl
LayoutCalculator.AnchorType Anchor
Vector2 PickOffset