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
AndroidAssetPackInfo.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Diagnostics
;
3
using
System.Runtime.CompilerServices
;
4
5
namespace
UnityEngine.Android
6
{
7
// Token: 0x02000011 RID: 17
8
public
class
AndroidAssetPackInfo
9
{
10
// Token: 0x06000180 RID: 384 RVA: 0x000054E0 File Offset: 0x000036E0
11
internal
AndroidAssetPackInfo
(
string
name
,
AndroidAssetPackStatus
status,
ulong
size,
ulong
bytesDownloaded
,
float
transferProgress
,
AndroidAssetPackError
error)
12
{
13
this.<name>
k__BackingField
=
name
;
14
this.<status>
k__BackingField
= status;
15
this.<size>
k__BackingField
= size;
16
this.<bytesDownloaded>
k__BackingField
=
bytesDownloaded
;
17
this.<error>
k__BackingField
= error;
18
}
19
20
// Token: 0x04000035 RID: 53
21
[
CompilerGenerated
]
22
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
23
private
readonly
string <name>
k__BackingField
;
24
25
// Token: 0x04000036 RID: 54
26
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
27
[
CompilerGenerated
]
28
private
readonly
AndroidAssetPackStatus <status>
k__BackingField
;
29
30
// Token: 0x04000037 RID: 55
31
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
32
[
CompilerGenerated
]
33
private
readonly
ulong <size>
k__BackingField
;
34
35
// Token: 0x04000038 RID: 56
36
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
37
[
CompilerGenerated
]
38
private
readonly
ulong <bytesDownloaded>
k__BackingField
;
39
40
// Token: 0x04000039 RID: 57
41
[
CompilerGenerated
]
42
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
43
private
readonly
float <transferProgress>
k__BackingField
;
44
45
// Token: 0x0400003A RID: 58
46
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
47
[
CompilerGenerated
]
48
private
readonly
AndroidAssetPackError <error>
k__BackingField
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
UnityEngine.Android.AndroidAssetPackInfo.k__BackingField
readonly AndroidAssetPackStatus< status > k__BackingField
Definition
AndroidAssetPackInfo.cs:28
UnityEngine.Android.AndroidAssetPackInfo.k__BackingField
readonly string< name > k__BackingField
Definition
AndroidAssetPackInfo.cs:23
UnityEngine.Android.AndroidAssetPackInfo.k__BackingField
readonly ulong< bytesDownloaded > k__BackingField
Definition
AndroidAssetPackInfo.cs:38
UnityEngine.Android.AndroidAssetPackInfo.k__BackingField
readonly ulong< size > k__BackingField
Definition
AndroidAssetPackInfo.cs:33
UnityEngine.Android.AndroidAssetPackInfo.k__BackingField
readonly float< transferProgress > k__BackingField
Definition
AndroidAssetPackInfo.cs:43
UnityEngine.Android.AndroidAssetPackInfo.AndroidAssetPackInfo
AndroidAssetPackInfo(string name, AndroidAssetPackStatus status, ulong size, ulong bytesDownloaded, float transferProgress, AndroidAssetPackError error)
Definition
AndroidAssetPackInfo.cs:11
UnityEngine.Android.AndroidAssetPackInfo.k__BackingField
readonly AndroidAssetPackError< error > k__BackingField
Definition
AndroidAssetPackInfo.cs:48
UnityEngine.Android.AndroidAssetPackInfo
Definition
AndroidAssetPackInfo.cs:9
ulong
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Definition
DebuggerBrowsableState.cs:9
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
UnityEngine.Android.AndroidAssetPackError
AndroidAssetPackError
Definition
AndroidAssetPackError.cs:7
UnityEngine.Android.AndroidAssetPackStatus
AndroidAssetPackStatus
Definition
AndroidAssetPackStatus.cs:7
UnityEngine.Android
Definition
AndroidAssetPackError.cs:4
source
UnityEngine.AndroidJNIModule
UnityEngine
Android
AndroidAssetPackInfo.cs
Generated by
1.10.0