| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- #include "pch-c.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include "codegen/il2cpp-codegen-metadata.h"
- // 0x00000001 System.IntPtr UnityEngine.Networking.DownloadHandlerTexture::Create(UnityEngine.Networking.DownloadHandlerTexture,System.Boolean)
- extern void DownloadHandlerTexture_Create_m93F2BD12FFF00901BF0F6B4A3D6C0D70F7643B95 (void);
- // 0x00000002 System.Void UnityEngine.Networking.DownloadHandlerTexture::InternalCreateTexture(System.Boolean)
- extern void DownloadHandlerTexture_InternalCreateTexture_mB70E4684D082064A86FC6DF118CE9D5021F066A5 (void);
- // 0x00000003 System.Void UnityEngine.Networking.DownloadHandlerTexture::.ctor()
- extern void DownloadHandlerTexture__ctor_m41A122F8C1E53E04BE0608574E22F37E7E11A503 (void);
- // 0x00000004 System.Byte[] UnityEngine.Networking.DownloadHandlerTexture::GetData()
- extern void DownloadHandlerTexture_GetData_m01C9E01D95D93023C278FE7E4F5275BF69A4F975 (void);
- // 0x00000005 UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::get_texture()
- extern void DownloadHandlerTexture_get_texture_m4A85047C91C2C15472D34043E1440845C87B709A (void);
- // 0x00000006 UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::InternalGetTexture()
- extern void DownloadHandlerTexture_InternalGetTexture_m3E4567A93CA63C69488E5632E55A7FEA366F24F8 (void);
- // 0x00000007 UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::InternalGetTextureNative()
- extern void DownloadHandlerTexture_InternalGetTextureNative_m010213A0592CE3F41D2637A4631987A6248E0E2F (void);
- // 0x00000008 UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::GetContent(UnityEngine.Networking.UnityWebRequest)
- extern void DownloadHandlerTexture_GetContent_m7CB6BFDD4B9E159B2BB46684707DFA9668AC21E6 (void);
- static Il2CppMethodPointer s_methodPointers[8] =
- {
- DownloadHandlerTexture_Create_m93F2BD12FFF00901BF0F6B4A3D6C0D70F7643B95,
- DownloadHandlerTexture_InternalCreateTexture_mB70E4684D082064A86FC6DF118CE9D5021F066A5,
- DownloadHandlerTexture__ctor_m41A122F8C1E53E04BE0608574E22F37E7E11A503,
- DownloadHandlerTexture_GetData_m01C9E01D95D93023C278FE7E4F5275BF69A4F975,
- DownloadHandlerTexture_get_texture_m4A85047C91C2C15472D34043E1440845C87B709A,
- DownloadHandlerTexture_InternalGetTexture_m3E4567A93CA63C69488E5632E55A7FEA366F24F8,
- DownloadHandlerTexture_InternalGetTextureNative_m010213A0592CE3F41D2637A4631987A6248E0E2F,
- DownloadHandlerTexture_GetContent_m7CB6BFDD4B9E159B2BB46684707DFA9668AC21E6,
- };
- static const int32_t s_InvokerIndices[8] =
- {
- 12466,
- 7434,
- 8589,
- 8496,
- 8496,
- 8496,
- 8496,
- 14365,
- };
- extern const CustomAttributesCacheGenerator g_UnityEngine_UnityWebRequestTextureModule_AttributeGenerators[];
- IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestTextureModule_CodeGenModule;
- const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestTextureModule_CodeGenModule =
- {
- "UnityEngine.UnityWebRequestTextureModule.dll",
- 8,
- s_methodPointers,
- 0,
- NULL,
- s_InvokerIndices,
- 0,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- g_UnityEngine_UnityWebRequestTextureModule_AttributeGenerators,
- NULL, // module initializer,
- NULL,
- NULL,
- NULL,
- };
|