UnityEngine.UnityWebRequestTextureModule_CodeGen.c 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. // 0x00000001 System.IntPtr UnityEngine.Networking.DownloadHandlerTexture::Create(UnityEngine.Networking.DownloadHandlerTexture,System.Boolean)
  9. extern void DownloadHandlerTexture_Create_m93F2BD12FFF00901BF0F6B4A3D6C0D70F7643B95 (void);
  10. // 0x00000002 System.Void UnityEngine.Networking.DownloadHandlerTexture::InternalCreateTexture(System.Boolean)
  11. extern void DownloadHandlerTexture_InternalCreateTexture_mB70E4684D082064A86FC6DF118CE9D5021F066A5 (void);
  12. // 0x00000003 System.Void UnityEngine.Networking.DownloadHandlerTexture::.ctor()
  13. extern void DownloadHandlerTexture__ctor_m41A122F8C1E53E04BE0608574E22F37E7E11A503 (void);
  14. // 0x00000004 System.Byte[] UnityEngine.Networking.DownloadHandlerTexture::GetData()
  15. extern void DownloadHandlerTexture_GetData_m01C9E01D95D93023C278FE7E4F5275BF69A4F975 (void);
  16. // 0x00000005 UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::get_texture()
  17. extern void DownloadHandlerTexture_get_texture_m4A85047C91C2C15472D34043E1440845C87B709A (void);
  18. // 0x00000006 UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::InternalGetTexture()
  19. extern void DownloadHandlerTexture_InternalGetTexture_m3E4567A93CA63C69488E5632E55A7FEA366F24F8 (void);
  20. // 0x00000007 UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::InternalGetTextureNative()
  21. extern void DownloadHandlerTexture_InternalGetTextureNative_m010213A0592CE3F41D2637A4631987A6248E0E2F (void);
  22. // 0x00000008 UnityEngine.Texture2D UnityEngine.Networking.DownloadHandlerTexture::GetContent(UnityEngine.Networking.UnityWebRequest)
  23. extern void DownloadHandlerTexture_GetContent_m7CB6BFDD4B9E159B2BB46684707DFA9668AC21E6 (void);
  24. static Il2CppMethodPointer s_methodPointers[8] =
  25. {
  26. DownloadHandlerTexture_Create_m93F2BD12FFF00901BF0F6B4A3D6C0D70F7643B95,
  27. DownloadHandlerTexture_InternalCreateTexture_mB70E4684D082064A86FC6DF118CE9D5021F066A5,
  28. DownloadHandlerTexture__ctor_m41A122F8C1E53E04BE0608574E22F37E7E11A503,
  29. DownloadHandlerTexture_GetData_m01C9E01D95D93023C278FE7E4F5275BF69A4F975,
  30. DownloadHandlerTexture_get_texture_m4A85047C91C2C15472D34043E1440845C87B709A,
  31. DownloadHandlerTexture_InternalGetTexture_m3E4567A93CA63C69488E5632E55A7FEA366F24F8,
  32. DownloadHandlerTexture_InternalGetTextureNative_m010213A0592CE3F41D2637A4631987A6248E0E2F,
  33. DownloadHandlerTexture_GetContent_m7CB6BFDD4B9E159B2BB46684707DFA9668AC21E6,
  34. };
  35. static const int32_t s_InvokerIndices[8] =
  36. {
  37. 12466,
  38. 7434,
  39. 8589,
  40. 8496,
  41. 8496,
  42. 8496,
  43. 8496,
  44. 14365,
  45. };
  46. extern const CustomAttributesCacheGenerator g_UnityEngine_UnityWebRequestTextureModule_AttributeGenerators[];
  47. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestTextureModule_CodeGenModule;
  48. const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestTextureModule_CodeGenModule =
  49. {
  50. "UnityEngine.UnityWebRequestTextureModule.dll",
  51. 8,
  52. s_methodPointers,
  53. 0,
  54. NULL,
  55. s_InvokerIndices,
  56. 0,
  57. NULL,
  58. 0,
  59. NULL,
  60. 0,
  61. NULL,
  62. NULL,
  63. g_UnityEngine_UnityWebRequestTextureModule_AttributeGenerators,
  64. NULL, // module initializer,
  65. NULL,
  66. NULL,
  67. NULL,
  68. };