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
Slider_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: 0x020001BA RID: 442
6
[
Serializable
]
7
public
class
Slider_Layout
8
{
9
// Token: 0x06000BCF RID: 3023 RVA: 0x0003ACFC File Offset: 0x00038EFC
10
public
Slider_Layout
()
11
{
12
if
(!
true
)
13
{
14
}
15
this.BackingColour
= 1;
16
this.NotchColour
= 1;
17
this.BackingHighlightColour
= 1;
18
this.NotchScale
= (float)16256;
19
this.NotchHighlightColour
= 1;
20
this.Anchor
=
LayoutCalculator
.
AnchorType
.CentreBoth;
21
this.PickBorder
= 1;
22
if
(!
true
)
23
{
24
}
25
if
(!
true
)
26
{
27
}
28
base
..ctor();
29
}
30
31
// Token: 0x06000BD0 RID: 3024 RVA: 0x0003AD50 File Offset: 0x00038F50
32
public
Slider_Layout
(
string
backingTexture
,
string
notchTexture
)
33
{
34
if
(!
true
)
35
{
36
}
37
this.BackingColour
= 1;
38
this.NotchColour
= 1;
39
this.BackingHighlightColour
= 1;
40
this.NotchScale
= (float)16256;
41
this.NotchHighlightColour
= 1;
42
this.Anchor
=
LayoutCalculator
.
AnchorType
.CentreBoth;
43
this.PickBorder
= 1;
44
if
(!
true
)
45
{
46
}
47
if
(!
true
)
48
{
49
}
50
base
..ctor();
51
}
52
53
// Token: 0x04000EA5 RID: 3749
54
public
Texture_Layout
Backing
;
55
56
// Token: 0x04000EA6 RID: 3750
57
public
Color
BackingColour
;
58
59
// Token: 0x04000EA7 RID: 3751
60
public
Texture_Layout
Notch
;
61
62
// Token: 0x04000EA8 RID: 3752
63
public
Color
NotchColour
;
64
65
// Token: 0x04000EA9 RID: 3753
66
public
Texture_Layout
BackingHighlight
;
67
68
// Token: 0x04000EAA RID: 3754
69
public
Color
BackingHighlightColour
;
70
71
// Token: 0x04000EAB RID: 3755
72
public
Texture_Layout
NotchHighlight
;
73
74
// Token: 0x04000EAC RID: 3756
75
public
Color
NotchHighlightColour
;
76
77
// Token: 0x04000EAD RID: 3757
78
public
float
SliderEndCap
;
79
80
// Token: 0x04000EAE RID: 3758
81
public
float
BackingScale
;
82
83
// Token: 0x04000EAF RID: 3759
84
public
float
NotchScale
;
85
86
// Token: 0x04000EB0 RID: 3760
87
public
Vector2
PickBorder
;
88
89
// Token: 0x04000EB1 RID: 3761
90
public
bool
Vertical
;
91
92
// Token: 0x04000EB2 RID: 3762
93
public
ControlAnchor.ControlId
AnchorControl
;
94
95
// Token: 0x04000EB3 RID: 3763
96
public
LayoutCalculator.AnchorType
Anchor
;
97
98
// Token: 0x04000EB4 RID: 3764
99
public
Vector2
Location
;
100
}
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
Slider_Layout.NotchHighlight
Texture_Layout NotchHighlight
Definition
Slider_Layout.cs:72
Slider_Layout.Vertical
bool Vertical
Definition
Slider_Layout.cs:90
Slider_Layout.Location
Vector2 Location
Definition
Slider_Layout.cs:99
Slider_Layout.NotchColour
Color NotchColour
Definition
Slider_Layout.cs:63
Slider_Layout.Slider_Layout
Slider_Layout()
Definition
Slider_Layout.cs:10
Slider_Layout.BackingHighlightColour
Color BackingHighlightColour
Definition
Slider_Layout.cs:69
Slider_Layout.NotchScale
float NotchScale
Definition
Slider_Layout.cs:84
Slider_Layout.SliderEndCap
float SliderEndCap
Definition
Slider_Layout.cs:78
Slider_Layout.Backing
Texture_Layout Backing
Definition
Slider_Layout.cs:54
Slider_Layout.PickBorder
Vector2 PickBorder
Definition
Slider_Layout.cs:87
Slider_Layout.BackingHighlight
Texture_Layout BackingHighlight
Definition
Slider_Layout.cs:66
Slider_Layout.BackingColour
Color BackingColour
Definition
Slider_Layout.cs:57
Slider_Layout.Anchor
LayoutCalculator.AnchorType Anchor
Definition
Slider_Layout.cs:96
Slider_Layout.AnchorControl
ControlAnchor.ControlId AnchorControl
Definition
Slider_Layout.cs:93
Slider_Layout.BackingScale
float BackingScale
Definition
Slider_Layout.cs:81
Slider_Layout.NotchHighlightColour
Color NotchHighlightColour
Definition
Slider_Layout.cs:75
Slider_Layout.Notch
Texture_Layout Notch
Definition
Slider_Layout.cs:60
Slider_Layout.Slider_Layout
Slider_Layout(string backingTexture, string notchTexture)
Definition
Slider_Layout.cs:32
Slider_Layout
Definition
Slider_Layout.cs:8
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
Slider_Layout.cs
Generated by
1.10.0