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
Zoom_Layout.cs
Go to the documentation of this file.
1using System;
3using UnityEngine;
4
5// Token: 0x02000255 RID: 597
7{
8 // Token: 0x06000D58 RID: 3416 RVA: 0x0003FBD8 File Offset: 0x0003DDD8
9 private void Awake()
10 {
11 }
12
13 // Token: 0x06000D59 RID: 3417 RVA: 0x0003FBE8 File Offset: 0x0003DDE8
14 public Zoom_Layout()
15 {
16 if (18 == 0)
17 {
18 }
19 if (!true)
20 {
21 }
22 this.SliderBackScale = (float)16256;
24 this.DefaultMagnifyCursorScale = (float)16256;
25 this.SliderDefaultPosition = (float)16000;
26 if (!true)
27 {
28 }
29 base..ctor();
30 }
31
32 // Token: 0x040018A8 RID: 6312
33 public static Zoom_Layout Instance;
34
35 // Token: 0x040018A9 RID: 6313
37
38 // Token: 0x040018AA RID: 6314
40
41 // Token: 0x040018AB RID: 6315
43
44 // Token: 0x040018AC RID: 6316
45 public float SliderBackScale;
46
47 // Token: 0x040018AD RID: 6317
49
50 // Token: 0x040018AE RID: 6318
52
53 // Token: 0x040018AF RID: 6319
54 public float SliderEndCap;
55
56 // Token: 0x040018B0 RID: 6320
58
59 // Token: 0x040018B1 RID: 6321
61
62 // Token: 0x040018B2 RID: 6322
64
65 // Token: 0x040018B3 RID: 6323
66 public float DefaultCursorScale;
67
68 // Token: 0x040018B4 RID: 6324
70
71 // Token: 0x040018B5 RID: 6325
73
74 // Token: 0x040018B6 RID: 6326
76
77 // Token: 0x040018B7 RID: 6327
78 public float ScopeXEdgeTrigger;
79
80 // Token: 0x040018B8 RID: 6328
81 public float ScopeYEdgeTrigger;
82}
class f__AnonymousType0<< Count > j__TPar
void Awake()
Definition Zoom_Layout.cs:9
LayoutCalculator.AnchorType SliderAnchor
ControlAnchor.ControlId SliderAnchorControl
float SliderIndicatorScale
float SliderEndCap
float ScopeXEdgeTrigger
float SliderBackScale
float DefaultCursorScale
float DefaultMagnifyCursorScale
Microsoft.Xna.Framework.Vector2 SliderLocation
Microsoft.Xna.Framework.Vector2 SliderPickBorder
AnimationCurve SliderToPixelScale
bool ScaleCursorWithZoom
bool MagnifyScaleCursorWithZoom
float SliderDefaultPosition
float PixelWorldScaleThreshold
float ScopeYEdgeTrigger
static Zoom_Layout Instance