terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Resolution.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
9 [global::Cpp2ILInjected.Token(Token = "0x2000055")]
10 public struct Resolution
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000041")]
13 public int width
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000177")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F73A2C", Offset = "0x1F73A2C", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ResolutionConverter", Member = "WriteJson", MemberParameters = new object[]
18 {
19 "Newtonsoft.Json.JsonWriter",
20 typeof(object),
21 "Newtonsoft.Json.JsonSerializer"
22 }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
24 get
25 {
26 throw null;
27 }
28 [global::Cpp2ILInjected.Token(Token = "0x6000178")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1F73A34", Offset = "0x1F73A34", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ResolutionConverter", Member = "ReadJson", MemberParameters = new object[]
31 {
32 "Newtonsoft.Json.JsonReader",
33 typeof(Type),
34 typeof(object),
35 "Newtonsoft.Json.JsonSerializer"
36 }, ReturnType = typeof(object))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
38 set
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x17000042")]
45 public int height
46 {
47 [global::Cpp2ILInjected.Token(Token = "0x6000179")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1F73A3C", Offset = "0x1F73A3C", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ResolutionConverter", Member = "WriteJson", MemberParameters = new object[]
50 {
51 "Newtonsoft.Json.JsonWriter",
52 typeof(object),
53 "Newtonsoft.Json.JsonSerializer"
54 }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
56 get
57 {
58 throw null;
59 }
60 [global::Cpp2ILInjected.Token(Token = "0x600017A")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1F73A44", Offset = "0x1F73A44", Length = "0x8")]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ResolutionConverter", Member = "ReadJson", MemberParameters = new object[]
63 {
64 "Newtonsoft.Json.JsonReader",
65 typeof(Type),
66 typeof(object),
67 "Newtonsoft.Json.JsonSerializer"
68 }, ReturnType = typeof(object))]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
70 set
71 {
72 throw null;
73 }
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x17000043")]
77 public int refreshRate
78 {
79 [global::Cpp2ILInjected.Token(Token = "0x600017B")]
80 [global::Cpp2ILInjected.Address(RVA = "0x1F73A4C", Offset = "0x1F73A4C", Length = "0x8")]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ResolutionConverter", Member = "WriteJson", MemberParameters = new object[]
82 {
83 "Newtonsoft.Json.JsonWriter",
84 typeof(object),
85 "Newtonsoft.Json.JsonSerializer"
86 }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
88 get
89 {
90 throw null;
91 }
92 [global::Cpp2ILInjected.Token(Token = "0x600017C")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1F73A54", Offset = "0x1F73A54", Length = "0x8")]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.ResolutionConverter", Member = "ReadJson", MemberParameters = new object[]
95 {
96 "Newtonsoft.Json.JsonReader",
97 typeof(Type),
98 typeof(object),
99 "Newtonsoft.Json.JsonSerializer"
100 }, ReturnType = typeof(object))]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
102 set
103 {
104 throw null;
105 }
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x600017D")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1F73A5C", Offset = "0x1F73A5C", Length = "0x140")]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "UnityEngine.UnityString", Member = "Format", MemberParameters = new object[]
112 {
113 typeof(string),
114 typeof(object[])
115 }, ReturnType = typeof(string))]
116 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
117 public override string ToString()
118 {
119 throw null;
120 }
121
122 [global::Cpp2ILInjected.Token(Token = "0x400021A")]
123 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
124 private int m_Width;
125
126 [global::Cpp2ILInjected.Token(Token = "0x400021B")]
127 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
128 private int m_Height;
129
130 [global::Cpp2ILInjected.Token(Token = "0x400021C")]
131 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
132 private int m_RefreshRate;
133 }
134}
class f__AnonymousType0<< Count > j__TPar
override string ToString()