76 lines
3.3 KiB
C
76 lines
3.3 KiB
C
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
|
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
|
|
|
|
|
|
// 0x00000001 UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequestAssetBundle::GetAssetBundle(System.String,UnityEngine.CachedAssetBundle,System.UInt32)
|
|
extern void UnityWebRequestAssetBundle_GetAssetBundle_mFD11F1D6E497F1C9547E46EF263D868149A58560 (void);
|
|
// 0x00000002 System.IntPtr UnityEngine.Networking.DownloadHandlerAssetBundle::CreateCached(UnityEngine.Networking.DownloadHandlerAssetBundle,System.String,System.String,UnityEngine.Hash128,System.UInt32)
|
|
extern void DownloadHandlerAssetBundle_CreateCached_mDE651B99D7669D65060E098C31BA6141A1AD578D (void);
|
|
// 0x00000003 System.Void UnityEngine.Networking.DownloadHandlerAssetBundle::InternalCreateAssetBundleCached(System.String,System.String,UnityEngine.Hash128,System.UInt32)
|
|
extern void DownloadHandlerAssetBundle_InternalCreateAssetBundleCached_m1C2B86BCE17D78778F176F55759E1D9AAEF94A9F (void);
|
|
// 0x00000004 System.Void UnityEngine.Networking.DownloadHandlerAssetBundle::.ctor(System.String,UnityEngine.CachedAssetBundle,System.UInt32)
|
|
extern void DownloadHandlerAssetBundle__ctor_mA8F9453267FD92804863CE2A1AC522E19BE84B57 (void);
|
|
// 0x00000005 System.Byte[] UnityEngine.Networking.DownloadHandlerAssetBundle::GetData()
|
|
extern void DownloadHandlerAssetBundle_GetData_mEE15F9F5235CA56D352A42360DBB97F4FC991F79 (void);
|
|
// 0x00000006 System.String UnityEngine.Networking.DownloadHandlerAssetBundle::GetText()
|
|
extern void DownloadHandlerAssetBundle_GetText_m0144E0707A55ADBBC66C19DC5D6221D3223F84A6 (void);
|
|
// 0x00000007 UnityEngine.AssetBundle UnityEngine.Networking.DownloadHandlerAssetBundle::get_assetBundle()
|
|
extern void DownloadHandlerAssetBundle_get_assetBundle_mC9081BC84B18ED108B8AA06C104985F62AFBD589 (void);
|
|
// 0x00000008 System.IntPtr UnityEngine.Networking.DownloadHandlerAssetBundle::CreateCached_Injected(UnityEngine.Networking.DownloadHandlerAssetBundle,System.String,System.String,UnityEngine.Hash128&,System.UInt32)
|
|
extern void DownloadHandlerAssetBundle_CreateCached_Injected_mD9AA1830E3F6FF54F0FC5C8C9FF2CABCB8AE027D (void);
|
|
static Il2CppMethodPointer s_methodPointers[8] =
|
|
{
|
|
UnityWebRequestAssetBundle_GetAssetBundle_mFD11F1D6E497F1C9547E46EF263D868149A58560,
|
|
DownloadHandlerAssetBundle_CreateCached_mDE651B99D7669D65060E098C31BA6141A1AD578D,
|
|
DownloadHandlerAssetBundle_InternalCreateAssetBundleCached_m1C2B86BCE17D78778F176F55759E1D9AAEF94A9F,
|
|
DownloadHandlerAssetBundle__ctor_mA8F9453267FD92804863CE2A1AC522E19BE84B57,
|
|
DownloadHandlerAssetBundle_GetData_mEE15F9F5235CA56D352A42360DBB97F4FC991F79,
|
|
DownloadHandlerAssetBundle_GetText_m0144E0707A55ADBBC66C19DC5D6221D3223F84A6,
|
|
DownloadHandlerAssetBundle_get_assetBundle_mC9081BC84B18ED108B8AA06C104985F62AFBD589,
|
|
DownloadHandlerAssetBundle_CreateCached_Injected_mD9AA1830E3F6FF54F0FC5C8C9FF2CABCB8AE027D,
|
|
};
|
|
static const int32_t s_InvokerIndices[8] =
|
|
{
|
|
1994,
|
|
1995,
|
|
1996,
|
|
1997,
|
|
14,
|
|
14,
|
|
14,
|
|
1998,
|
|
};
|
|
extern const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestAssetBundleModuleCodeGenModule;
|
|
const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestAssetBundleModuleCodeGenModule =
|
|
{
|
|
"UnityEngine.UnityWebRequestAssetBundleModule.dll",
|
|
8,
|
|
s_methodPointers,
|
|
s_InvokerIndices,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
NULL,
|
|
};
|