UnityEngine.UnityWebRequestTextureModule_CodeGen.c 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. extern void DownloadHandlerTexture_Create_m6DBB03DC64DB11F35862D7A4F6B4A814B8531A21 (void);
  9. extern void DownloadHandlerTexture_InternalCreateTexture_m2BC0B138561A55B9CCAB694E4447888B21D1B47A (void);
  10. extern void DownloadHandlerTexture__ctor_m29775B9DEA2C54AE7EFED3550C31AB4D5CF58AD8 (void);
  11. extern void DownloadHandlerTexture_GetNativeData_m241724A953EC64E660235D0A0374EFACE1B0779A (void);
  12. extern void DownloadHandlerTexture_Dispose_m8B9EB903164BC27743144F900697F7B98A4725EB (void);
  13. extern void DownloadHandlerTexture_get_texture_m170B5539995EB5984E98E426F52983589F7BEB7C (void);
  14. extern void DownloadHandlerTexture_InternalGetTextureNative_m9244CDF2A5DE7B9971121CAC5642DD5FEA877688 (void);
  15. static Il2CppMethodPointer s_methodPointers[7] =
  16. {
  17. DownloadHandlerTexture_Create_m6DBB03DC64DB11F35862D7A4F6B4A814B8531A21,
  18. DownloadHandlerTexture_InternalCreateTexture_m2BC0B138561A55B9CCAB694E4447888B21D1B47A,
  19. DownloadHandlerTexture__ctor_m29775B9DEA2C54AE7EFED3550C31AB4D5CF58AD8,
  20. DownloadHandlerTexture_GetNativeData_m241724A953EC64E660235D0A0374EFACE1B0779A,
  21. DownloadHandlerTexture_Dispose_m8B9EB903164BC27743144F900697F7B98A4725EB,
  22. DownloadHandlerTexture_get_texture_m170B5539995EB5984E98E426F52983589F7BEB7C,
  23. DownloadHandlerTexture_InternalGetTextureNative_m9244CDF2A5DE7B9971121CAC5642DD5FEA877688,
  24. };
  25. static const int32_t s_InvokerIndices[7] =
  26. {
  27. 13642,
  28. 7969,
  29. 7969,
  30. 9641,
  31. 10216,
  32. 10064,
  33. 10064,
  34. };
  35. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestTextureModule_CodeGenModule;
  36. const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestTextureModule_CodeGenModule =
  37. {
  38. "UnityEngine.UnityWebRequestTextureModule.dll",
  39. 7,
  40. s_methodPointers,
  41. 0,
  42. NULL,
  43. s_InvokerIndices,
  44. 0,
  45. NULL,
  46. 0,
  47. NULL,
  48. 0,
  49. NULL,
  50. NULL,
  51. NULL,
  52. NULL,
  53. NULL,
  54. NULL,
  55. };