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
Resolution.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 // Token: 0x02000055 RID: 85
9 public struct Resolution
10 {
11 // Token: 0x17000041 RID: 65
12 // (get) Token: 0x06000177 RID: 375 RVA: 0x000021B3 File Offset: 0x000003B3
13 // (set) Token: 0x06000178 RID: 376 RVA: 0x00004244 File Offset: 0x00002444
14 public int width
15 {
16 get
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20 set
21 {
23 }
24 }
25
26 // Token: 0x17000042 RID: 66
27 // (get) Token: 0x06000179 RID: 377 RVA: 0x00004258 File Offset: 0x00002458
28 // (set) Token: 0x0600017A RID: 378 RVA: 0x0000426C File Offset: 0x0000246C
29 public int height
30 {
31 get
32 {
33 return this.m_Height;
34 }
35 set
36 {
38 }
39 }
40
41 // Token: 0x17000043 RID: 67
42 // (get) Token: 0x0600017B RID: 379 RVA: 0x00004280 File Offset: 0x00002480
43 // (set) Token: 0x0600017C RID: 380 RVA: 0x00004294 File Offset: 0x00002494
44 public int refreshRate
45 {
46 get
47 {
48 return this.m_RefreshRate;
49 }
50 set
51 {
53 }
54 }
55
56 // Token: 0x0600017D RID: 381 RVA: 0x000042A8 File Offset: 0x000024A8
57 public override string ToString()
58 {
59 int height = this.m_Height;
60 int refreshRate = this.m_RefreshRate;
61 string text;
62 return text;
63 }
64
65 // Token: 0x0400021A RID: 538
66 private int m_Width;
67
68 // Token: 0x0400021B RID: 539
69 private int m_Height;
70
71 // Token: 0x0400021C RID: 540
72 private int m_RefreshRate;
73 }
74}
class f__AnonymousType0<< Count > j__TPar
override string ToString()
Definition Resolution.cs:57