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
DebugScreenCapture.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Diagnostics
;
3
using
System.Runtime.CompilerServices
;
4
using
Unity.Collections
;
5
6
namespace
UnityEngine.Profiling.Experimental
7
{
8
// Token: 0x020000F2 RID: 242
9
public
struct
DebugScreenCapture
10
{
11
// Token: 0x1700010F RID: 271
12
// (set) Token: 0x06000521 RID: 1313 RVA: 0x000093D8 File Offset: 0x000075D8
13
public
NativeArray<byte>
rawImageDataReference
14
{
15
[
CompilerGenerated
]
16
set
17
{
18
this.<
rawImageDataReference
>
k__BackingField
=
value
;
19
}
20
}
21
22
// Token: 0x17000110 RID: 272
23
// (set) Token: 0x06000522 RID: 1314 RVA: 0x000093EC File Offset: 0x000075EC
24
public
TextureFormat
imageFormat
25
{
26
[
CompilerGenerated
]
27
set
28
{
29
this.<
imageFormat
>
k__BackingField
=
value
;
30
}
31
}
32
33
// Token: 0x17000111 RID: 273
34
// (set) Token: 0x06000523 RID: 1315 RVA: 0x00009400 File Offset: 0x00007600
35
public
int
width
36
{
37
[
CompilerGenerated
]
38
set
39
{
40
this.<
width
>
k__BackingField
=
value
;
41
}
42
}
43
44
// Token: 0x17000112 RID: 274
45
// (set) Token: 0x06000524 RID: 1316 RVA: 0x00009414 File Offset: 0x00007614
46
public
int
height
47
{
48
[
CompilerGenerated
]
49
set
50
{
51
this.<
height
>
k__BackingField
=
value
;
52
}
53
}
54
55
// Token: 0x0400040E RID: 1038
56
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
57
[
CompilerGenerated
]
58
private
NativeArray<byte>
<
rawImageDataReference
>
k__BackingField
;
59
60
// Token: 0x0400040F RID: 1039
61
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
62
[
CompilerGenerated
]
63
private
TextureFormat <imageFormat>
k__BackingField
;
64
65
// Token: 0x04000410 RID: 1040
66
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
67
[
CompilerGenerated
]
68
private
int <width>
k__BackingField
;
69
70
// Token: 0x04000411 RID: 1041
71
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
72
[
CompilerGenerated
]
73
private
int <height>
k__BackingField
;
74
}
75
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Definition
DebuggerBrowsableState.cs:9
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
UnityEngine.Profiling.Experimental
Definition
DebugScreenCapture.cs:7
UnityEngine.TextureFormat
TextureFormat
Definition
TextureFormat.cs:8
Unity.Collections
Definition
Allocator.cs:5
UnityEngine.Profiling.Experimental.DebugScreenCapture.rawImageDataReference
NativeArray< byte > rawImageDataReference
Definition
DebugScreenCapture.cs:14
UnityEngine.Profiling.Experimental.DebugScreenCapture.k__BackingField
NativeArray< byte >< rawImageDataReference > k__BackingField
Definition
DebugScreenCapture.cs:58
UnityEngine.Profiling.Experimental.DebugScreenCapture.width
int width
Definition
DebugScreenCapture.cs:36
UnityEngine.Profiling.Experimental.DebugScreenCapture.height
int height
Definition
DebugScreenCapture.cs:47
UnityEngine.Profiling.Experimental.DebugScreenCapture.k__BackingField
int< height > k__BackingField
Definition
DebugScreenCapture.cs:73
UnityEngine.Profiling.Experimental.DebugScreenCapture.k__BackingField
int< width > k__BackingField
Definition
DebugScreenCapture.cs:68
UnityEngine.Profiling.Experimental.DebugScreenCapture.k__BackingField
TextureFormat< imageFormat > k__BackingField
Definition
DebugScreenCapture.cs:63
UnityEngine.Profiling.Experimental.DebugScreenCapture.imageFormat
TextureFormat imageFormat
Definition
DebugScreenCapture.cs:25
UnityEngine.Profiling.Experimental.DebugScreenCapture
Definition
DebugScreenCapture.cs:10
Unity.Collections.NativeArray
Definition
NativeArray.cs:20
source
UnityEngine.CoreModule
UnityEngine
Profiling
Experimental
DebugScreenCapture.cs
Generated by
1.10.0