12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- #include "pch-c.h"
-
-
- #include "codegen/il2cpp-codegen-metadata.h"
-
-
-
-
-
- extern void DownloadedTextureParams_get_Default_mB6A1ECF1CB3173FD7FFC40EFAB5327CC19C2B14F (void);
- extern void DownloadedTextureParams_set_readable_m97C160C991808985618C29DF90DD45043142E0A9 (void);
- extern void DownloadedTextureParams_SetFlags_m44125E677087DA7F9E9F1E2A0F8E70AE1F713EBE (void);
- extern void DownloadHandlerTexture_Create_mE4E6F50B4BC1A964CFF40C3AC05A2E6E99C6ACE4 (void);
- extern void DownloadHandlerTexture_InternalCreateTexture_mBE69134E71CFA8EA6931771A402A8406D26D039A (void);
- extern void DownloadHandlerTexture__ctor_m29775B9DEA2C54AE7EFED3550C31AB4D5CF58AD8 (void);
- extern void DownloadHandlerTexture_GetNativeData_m241724A953EC64E660235D0A0374EFACE1B0779A (void);
- extern void DownloadHandlerTexture_Dispose_m8B9EB903164BC27743144F900697F7B98A4725EB (void);
- extern void DownloadHandlerTexture_get_texture_m170B5539995EB5984E98E426F52983589F7BEB7C (void);
- extern void DownloadHandlerTexture_InternalGetTextureNative_m9244CDF2A5DE7B9971121CAC5642DD5FEA877688 (void);
- extern void DownloadHandlerTexture_GetContent_m86BC88F58305A1B21C21CE7D82658197932EFB18 (void);
- extern void DownloadHandlerTexture_Create_Injected_m86E5840C23E23813F04F98CDE0A11979B42A5F70 (void);
- extern void DownloadHandlerTexture_InternalGetTextureNative_Injected_mDF24B80A618125CF190BED435749BD5B280A16D7 (void);
- extern void BindingsMarshaller_ConvertToNative_m8E5A9372411335423FFFA7AB64D18304E5743723 (void);
- extern void UnityWebRequestTexture_GetTexture_m45F855106C834021AC0DFA25FE31BA14C42693CA (void);
- static Il2CppMethodPointer s_methodPointers[15] =
- {
- DownloadedTextureParams_get_Default_mB6A1ECF1CB3173FD7FFC40EFAB5327CC19C2B14F,
- DownloadedTextureParams_set_readable_m97C160C991808985618C29DF90DD45043142E0A9,
- DownloadedTextureParams_SetFlags_m44125E677087DA7F9E9F1E2A0F8E70AE1F713EBE,
- DownloadHandlerTexture_Create_mE4E6F50B4BC1A964CFF40C3AC05A2E6E99C6ACE4,
- DownloadHandlerTexture_InternalCreateTexture_mBE69134E71CFA8EA6931771A402A8406D26D039A,
- DownloadHandlerTexture__ctor_m29775B9DEA2C54AE7EFED3550C31AB4D5CF58AD8,
- DownloadHandlerTexture_GetNativeData_m241724A953EC64E660235D0A0374EFACE1B0779A,
- DownloadHandlerTexture_Dispose_m8B9EB903164BC27743144F900697F7B98A4725EB,
- DownloadHandlerTexture_get_texture_m170B5539995EB5984E98E426F52983589F7BEB7C,
- DownloadHandlerTexture_InternalGetTextureNative_m9244CDF2A5DE7B9971121CAC5642DD5FEA877688,
- DownloadHandlerTexture_GetContent_m86BC88F58305A1B21C21CE7D82658197932EFB18,
- DownloadHandlerTexture_Create_Injected_m86E5840C23E23813F04F98CDE0A11979B42A5F70,
- DownloadHandlerTexture_InternalGetTextureNative_Injected_mDF24B80A618125CF190BED435749BD5B280A16D7,
- BindingsMarshaller_ConvertToNative_m8E5A9372411335423FFFA7AB64D18304E5743723,
- UnityWebRequestTexture_GetTexture_m45F855106C834021AC0DFA25FE31BA14C42693CA,
- };
- extern void DownloadedTextureParams_set_readable_m97C160C991808985618C29DF90DD45043142E0A9_AdjustorThunk (void);
- extern void DownloadedTextureParams_SetFlags_m44125E677087DA7F9E9F1E2A0F8E70AE1F713EBE_AdjustorThunk (void);
- static Il2CppTokenAdjustorThunkPair s_adjustorThunks[2] =
- {
- { 0x06000002, DownloadedTextureParams_set_readable_m97C160C991808985618C29DF90DD45043142E0A9_AdjustorThunk },
- { 0x06000003, DownloadedTextureParams_SetFlags_m44125E677087DA7F9E9F1E2A0F8E70AE1F713EBE_AdjustorThunk },
- };
- static const int32_t s_InvokerIndices[15] =
- {
- 12966,
- 6831,
- 3797,
- 11487,
- 6865,
- 6831,
- 8234,
- 8813,
- 8661,
- 8661,
- 12429,
- 11485,
- 12348,
- 12349,
- 11544,
- };
- IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestTextureModule_CodeGenModule;
- const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestTextureModule_CodeGenModule =
- {
- "UnityEngine.UnityWebRequestTextureModule.dll",
- 15,
- s_methodPointers,
- 2,
- s_adjustorThunks,
- s_InvokerIndices,
- 0,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- };
|