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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
UnityEngine.Scripting
;
4
5
namespace
UnityEngine
6
{
7
// Token: 0x02000055 RID: 85
8
[
RequiredByNativeCode
]
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
{
22
this.m_Width
=
value
;
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
{
37
this.m_Height
=
value
;
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
{
52
this.m_RefreshRate
=
value
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
UnityEngine.Scripting
Definition
MovedFromAttribute.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
UnityEngine.Resolution.m_Height
int m_Height
Definition
Resolution.cs:69
UnityEngine.Resolution.refreshRate
int refreshRate
Definition
Resolution.cs:45
UnityEngine.Resolution.width
int width
Definition
Resolution.cs:15
UnityEngine.Resolution.m_RefreshRate
int m_RefreshRate
Definition
Resolution.cs:72
UnityEngine.Resolution.ToString
override string ToString()
Definition
Resolution.cs:57
UnityEngine.Resolution.height
int height
Definition
Resolution.cs:30
UnityEngine.Resolution.m_Width
int m_Width
Definition
Resolution.cs:66
UnityEngine.Resolution
Definition
Resolution.cs:10
source
UnityEngine.CoreModule
UnityEngine
Resolution.cs
Generated by
1.10.0