UnityEngine.UnityWebRequestWWWModule.cpp 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. struct Action_1_tE8693FF0E67CDBA52BAFB211BFF1844D076ABAFB;
  9. struct List_1_tBFF9DD9FFA06F20E74F9D7AD36610BD754D353A4;
  10. struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
  11. struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
  12. struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
  13. struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804;
  14. struct CustomYieldInstruction_t6B81A50D5D210C1ACAAE247FB53B65CDFFEB7617;
  15. struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB;
  16. struct String_t;
  17. struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
  18. struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F;
  19. struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C;
  20. struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6;
  21. struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
  22. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
  23. struct WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB;
  24. struct WWWForm_t0DAE123504AB1B2BC17C18714741B92AB3B3B045;
  25. IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
  26. IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
  27. IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var;
  28. IL2CPP_EXTERN_C String_t* _stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA;
  29. IL2CPP_EXTERN_C String_t* _stringLiteral8E752B76D455A50FE476984D4B09A7CDBF2A753E;
  30. IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
  31. IL2CPP_EXTERN_C String_t* _stringLiteralE2429764F10DC7E990250D2AE4138FE5AC928076;
  32. struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com;
  33. struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com;
  34. struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com;
  35. struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke;
  36. struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com;
  37. struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
  38. IL2CPP_EXTERN_C_BEGIN
  39. IL2CPP_EXTERN_C_END
  40. #ifdef __clang__
  41. #pragma clang diagnostic push
  42. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  43. #pragma clang diagnostic ignored "-Wunused-variable"
  44. #endif
  45. struct U3CModuleU3E_t36B2669420D1A4B95932D0C64742D3D5FC618056
  46. {
  47. };
  48. struct CustomYieldInstruction_t6B81A50D5D210C1ACAAE247FB53B65CDFFEB7617 : public RuntimeObject
  49. {
  50. };
  51. struct String_t : public RuntimeObject
  52. {
  53. int32_t ____stringLength;
  54. Il2CppChar ____firstChar;
  55. };
  56. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  57. {
  58. };
  59. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  60. {
  61. };
  62. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  63. {
  64. };
  65. struct WWWForm_t0DAE123504AB1B2BC17C18714741B92AB3B3B045 : public RuntimeObject
  66. {
  67. List_1_tBFF9DD9FFA06F20E74F9D7AD36610BD754D353A4* ___formData;
  68. List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___fieldNames;
  69. List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___fileNames;
  70. List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___types;
  71. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___boundary;
  72. bool ___containsFiles;
  73. };
  74. struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D : public RuntimeObject
  75. {
  76. };
  77. struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
  78. {
  79. };
  80. struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
  81. {
  82. };
  83. struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
  84. {
  85. bool ___m_value;
  86. };
  87. struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
  88. {
  89. uint8_t ___m_value;
  90. };
  91. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
  92. {
  93. };
  94. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
  95. {
  96. };
  97. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
  98. {
  99. };
  100. struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
  101. {
  102. int32_t ___m_value;
  103. };
  104. struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
  105. {
  106. int64_t ___m_value;
  107. };
  108. struct IntPtr_t
  109. {
  110. void* ___m_value;
  111. };
  112. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  113. {
  114. union
  115. {
  116. struct
  117. {
  118. };
  119. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  120. };
  121. };
  122. struct WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB : public CustomYieldInstruction_t6B81A50D5D210C1ACAAE247FB53B65CDFFEB7617
  123. {
  124. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ____uwr;
  125. };
  126. struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
  127. {
  128. intptr_t ___m_Ptr;
  129. Action_1_tE8693FF0E67CDBA52BAFB211BFF1844D076ABAFB* ___m_completeCallback;
  130. };
  131. struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
  132. {
  133. intptr_t ___m_Ptr;
  134. Il2CppMethodPointer ___m_completeCallback;
  135. };
  136. struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
  137. {
  138. intptr_t ___m_Ptr;
  139. Il2CppMethodPointer ___m_completeCallback;
  140. };
  141. struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804 : public RuntimeObject
  142. {
  143. intptr_t ___m_Ptr;
  144. };
  145. struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_pinvoke
  146. {
  147. intptr_t ___m_Ptr;
  148. };
  149. struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com
  150. {
  151. intptr_t ___m_Ptr;
  152. };
  153. struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB : public RuntimeObject
  154. {
  155. intptr_t ___m_Ptr;
  156. };
  157. struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_pinvoke
  158. {
  159. intptr_t ___m_Ptr;
  160. };
  161. struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com
  162. {
  163. intptr_t ___m_Ptr;
  164. };
  165. struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
  166. {
  167. intptr_t ___m_CachedPtr;
  168. };
  169. struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
  170. {
  171. intptr_t ___m_CachedPtr;
  172. };
  173. struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
  174. {
  175. intptr_t ___m_CachedPtr;
  176. };
  177. struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
  178. {
  179. int32_t ___value__;
  180. };
  181. struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6 : public RuntimeObject
  182. {
  183. intptr_t ___m_Ptr;
  184. };
  185. struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_pinvoke
  186. {
  187. intptr_t ___m_Ptr;
  188. };
  189. struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com
  190. {
  191. intptr_t ___m_Ptr;
  192. };
  193. struct Result_tFB98154F15BF37A66902802D441FEFADC68D4C87
  194. {
  195. int32_t ___value__;
  196. };
  197. struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
  198. {
  199. };
  200. struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F : public RuntimeObject
  201. {
  202. intptr_t ___m_Ptr;
  203. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* ___m_DownloadHandler;
  204. UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6* ___m_UploadHandler;
  205. CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804* ___m_CertificateHandler;
  206. Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri;
  207. bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField;
  208. bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField;
  209. bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField;
  210. };
  211. struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke
  212. {
  213. intptr_t ___m_Ptr;
  214. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_pinvoke ___m_DownloadHandler;
  215. UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_pinvoke ___m_UploadHandler;
  216. CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_pinvoke ___m_CertificateHandler;
  217. Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri;
  218. int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField;
  219. int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField;
  220. int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField;
  221. };
  222. struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com
  223. {
  224. intptr_t ___m_Ptr;
  225. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com* ___m_DownloadHandler;
  226. UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com* ___m_UploadHandler;
  227. CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com* ___m_CertificateHandler;
  228. Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri;
  229. int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField;
  230. int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField;
  231. int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField;
  232. };
  233. struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C
  234. {
  235. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___U3CwebRequestU3Ek__BackingField;
  236. };
  237. struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C_marshaled_pinvoke : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_pinvoke
  238. {
  239. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke* ___U3CwebRequestU3Ek__BackingField;
  240. };
  241. struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C_marshaled_com : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_com
  242. {
  243. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com* ___U3CwebRequestU3Ek__BackingField;
  244. };
  245. struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
  246. {
  247. };
  248. struct String_t_StaticFields
  249. {
  250. String_t* ___Empty;
  251. };
  252. struct WWWForm_t0DAE123504AB1B2BC17C18714741B92AB3B3B045_StaticFields
  253. {
  254. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___dDash;
  255. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___crlf;
  256. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___contentTypeHeader;
  257. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___dispositionHeader;
  258. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___endQuote;
  259. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___fileNameField;
  260. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___ampersand;
  261. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___equal;
  262. };
  263. struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
  264. {
  265. String_t* ___TrueString;
  266. String_t* ___FalseString;
  267. };
  268. #ifdef __clang__
  269. #pragma clang diagnostic pop
  270. #endif
  271. struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
  272. {
  273. ALIGN_FIELD (8) uint8_t m_Items[1];
  274. inline uint8_t GetAt(il2cpp_array_size_t index) const
  275. {
  276. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  277. return m_Items[index];
  278. }
  279. inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
  280. {
  281. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  282. return m_Items + index;
  283. }
  284. inline void SetAt(il2cpp_array_size_t index, uint8_t value)
  285. {
  286. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  287. m_Items[index] = value;
  288. }
  289. inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
  290. {
  291. return m_Items[index];
  292. }
  293. inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
  294. {
  295. return m_Items + index;
  296. }
  297. inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
  298. {
  299. m_Items[index] = value;
  300. }
  301. };
  302. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomYieldInstruction__ctor_mB64531EC09E871EF60BFAC16918A774C977C7B50 (CustomYieldInstruction_t6B81A50D5D210C1ACAAE247FB53B65CDFFEB7617* __this, const RuntimeMethod* method) ;
  303. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* UnityWebRequest_Get_m1A332EE069BB5052368307F254A5A7627BB5FD86 (String_t* ___0_uri, const RuntimeMethod* method) ;
  304. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
  305. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* UnityWebRequest_Post_m90D1692FE21DF17CB3DEB0948D0359B778404373 (String_t* ___0_uri, WWWForm_t0DAE123504AB1B2BC17C18714741B92AB3B3B045* ___1_formData, const RuntimeMethod* method) ;
  306. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_chunkedTransfer_m83ECE3BA8AF42D0CCD2B9DC89EE26867B5652843 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, bool ___0_value, const RuntimeMethod* method) ;
  307. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
  308. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_get_result_mEF83848C5FCFB5E307CE4B57E42BF02FC9AED449 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
  309. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityWebRequest_get_error_m20A5D813ED59118B7AA1D1E2EB5250178B1F5B6F (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
  310. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t UnityWebRequest_get_responseCode_m012C177F61435D5D120A21D7A03FFF7B0F8B904B (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
  311. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityWebRequest_GetHTTPStatusString_m791BC62F33D286229978CFFC201B16E1F2D3FB2D (int64_t ___0_responseCode, const RuntimeMethod* method) ;
  312. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
  313. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWW_WaitUntilDoneIfPossible_mD975AFF6737F00BB5003C5AEDBD795751F129A84 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method) ;
  314. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* UnityWebRequest_get_downloadHandler_m1AA91B23D9D594A4F4FE2975FC356C508528F1D5 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
  315. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DownloadHandler_get_text_mA6DE5CB2647A21E577B963708DC3D0DA4DBFE7D8 (DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* __this, const RuntimeMethod* method) ;
  316. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m3BA82E87442B7F69E118477069AE11101B9DF796 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) ;
  317. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DownloadHandler_get_data_m1DC9B4514B12939B090028BF28C6BEF21DE9B6F3 (DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* __this, const RuntimeMethod* method) ;
  318. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m292ADCEED268A0A0AAD532BAB8D1710CF0FC8AEF (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_tex, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_data, bool ___2_markNonReadable, const RuntimeMethod* method) ;
  319. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* WWW_CreateTextureFromDownloadedData_m670DE15775E657BC8CE6CD19FE2C29EA3429F8F0 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, bool ___0_markNonReadable, const RuntimeMethod* method) ;
  320. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityWebRequest_get_url_mA3BF205A6FCA2BF66A62174182BE84553CE3FFA8 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
  321. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Dispose_m9F43494C0FEA530A97D3F2AF3D425CCC7670753A (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
  322. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_get_url_m368B1D7D23DC22E412A3F802C6E3047760665519 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method) ;
  323. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
  324. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
  325. #ifdef __clang__
  326. #pragma clang diagnostic push
  327. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  328. #pragma clang diagnostic ignored "-Wunused-variable"
  329. #endif
  330. #ifdef __clang__
  331. #pragma clang diagnostic pop
  332. #endif
  333. #ifdef __clang__
  334. #pragma clang diagnostic push
  335. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  336. #pragma clang diagnostic ignored "-Wunused-variable"
  337. #endif
  338. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW__ctor_m5D29D83E9EE0925ED8252347CE24EC236401503D (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, String_t* ___0_url, const RuntimeMethod* method)
  339. {
  340. {
  341. CustomYieldInstruction__ctor_mB64531EC09E871EF60BFAC16918A774C977C7B50(__this, NULL);
  342. String_t* L_0 = ___0_url;
  343. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_1;
  344. L_1 = UnityWebRequest_Get_m1A332EE069BB5052368307F254A5A7627BB5FD86(L_0, NULL);
  345. __this->____uwr = L_1;
  346. Il2CppCodeGenWriteBarrier((void**)(&__this->____uwr), (void*)L_1);
  347. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = __this->____uwr;
  348. NullCheck(L_2);
  349. UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_3;
  350. L_3 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_2, NULL);
  351. return;
  352. }
  353. }
  354. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW__ctor_mAA7DCD89AE9B79BD685BA8A1853C42C9A9B0C533 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, String_t* ___0_url, WWWForm_t0DAE123504AB1B2BC17C18714741B92AB3B3B045* ___1_form, const RuntimeMethod* method)
  355. {
  356. {
  357. CustomYieldInstruction__ctor_mB64531EC09E871EF60BFAC16918A774C977C7B50(__this, NULL);
  358. String_t* L_0 = ___0_url;
  359. WWWForm_t0DAE123504AB1B2BC17C18714741B92AB3B3B045* L_1 = ___1_form;
  360. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2;
  361. L_2 = UnityWebRequest_Post_m90D1692FE21DF17CB3DEB0948D0359B778404373(L_0, L_1, NULL);
  362. __this->____uwr = L_2;
  363. Il2CppCodeGenWriteBarrier((void**)(&__this->____uwr), (void*)L_2);
  364. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_3 = __this->____uwr;
  365. NullCheck(L_3);
  366. UnityWebRequest_set_chunkedTransfer_m83ECE3BA8AF42D0CCD2B9DC89EE26867B5652843(L_3, (bool)0, NULL);
  367. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_4 = __this->____uwr;
  368. NullCheck(L_4);
  369. UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_5;
  370. L_5 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_4, NULL);
  371. return;
  372. }
  373. }
  374. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_get_error_m6B2E4F6DB8ECC8217A112EC62AAA1D5E71AA1C93 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method)
  375. {
  376. static bool s_Il2CppMethodInitialized;
  377. if (!s_Il2CppMethodInitialized)
  378. {
  379. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
  380. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E752B76D455A50FE476984D4B09A7CDBF2A753E);
  381. s_Il2CppMethodInitialized = true;
  382. }
  383. bool V_0 = false;
  384. String_t* V_1 = NULL;
  385. bool V_2 = false;
  386. bool V_3 = false;
  387. String_t* V_4 = NULL;
  388. {
  389. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->____uwr;
  390. NullCheck(L_0);
  391. bool L_1;
  392. L_1 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_0, NULL);
  393. V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
  394. bool L_2 = V_0;
  395. if (!L_2)
  396. {
  397. goto IL_0017;
  398. }
  399. }
  400. {
  401. V_1 = (String_t*)NULL;
  402. goto IL_0087;
  403. }
  404. IL_0017:
  405. {
  406. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_3 = __this->____uwr;
  407. NullCheck(L_3);
  408. int32_t L_4;
  409. L_4 = UnityWebRequest_get_result_mEF83848C5FCFB5E307CE4B57E42BF02FC9AED449(L_3, NULL);
  410. V_2 = (bool)((((int32_t)L_4) == ((int32_t)2))? 1 : 0);
  411. bool L_5 = V_2;
  412. if (!L_5)
  413. {
  414. goto IL_0037;
  415. }
  416. }
  417. {
  418. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_6 = __this->____uwr;
  419. NullCheck(L_6);
  420. String_t* L_7;
  421. L_7 = UnityWebRequest_get_error_m20A5D813ED59118B7AA1D1E2EB5250178B1F5B6F(L_6, NULL);
  422. V_1 = L_7;
  423. goto IL_0087;
  424. }
  425. IL_0037:
  426. {
  427. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_8 = __this->____uwr;
  428. NullCheck(L_8);
  429. int64_t L_9;
  430. L_9 = UnityWebRequest_get_responseCode_m012C177F61435D5D120A21D7A03FFF7B0F8B904B(L_8, NULL);
  431. V_3 = (bool)((((int32_t)((((int64_t)L_9) < ((int64_t)((int64_t)((int32_t)400))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
  432. bool L_10 = V_3;
  433. if (!L_10)
  434. {
  435. goto IL_0083;
  436. }
  437. }
  438. {
  439. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_11 = __this->____uwr;
  440. NullCheck(L_11);
  441. int64_t L_12;
  442. L_12 = UnityWebRequest_get_responseCode_m012C177F61435D5D120A21D7A03FFF7B0F8B904B(L_11, NULL);
  443. String_t* L_13;
  444. L_13 = UnityWebRequest_GetHTTPStatusString_m791BC62F33D286229978CFFC201B16E1F2D3FB2D(L_12, NULL);
  445. V_4 = L_13;
  446. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_14 = __this->____uwr;
  447. NullCheck(L_14);
  448. int64_t L_15;
  449. L_15 = UnityWebRequest_get_responseCode_m012C177F61435D5D120A21D7A03FFF7B0F8B904B(L_14, NULL);
  450. int64_t L_16 = L_15;
  451. RuntimeObject* L_17 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_16);
  452. String_t* L_18 = V_4;
  453. String_t* L_19;
  454. L_19 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral8E752B76D455A50FE476984D4B09A7CDBF2A753E, L_17, L_18, NULL);
  455. V_1 = L_19;
  456. goto IL_0087;
  457. }
  458. IL_0083:
  459. {
  460. V_1 = (String_t*)NULL;
  461. goto IL_0087;
  462. }
  463. IL_0087:
  464. {
  465. String_t* L_20 = V_1;
  466. return L_20;
  467. }
  468. }
  469. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWW_get_isDone_m7E88B666AD0E3903757043813B2811BBFCCCA52E (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method)
  470. {
  471. bool V_0 = false;
  472. {
  473. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->____uwr;
  474. NullCheck(L_0);
  475. bool L_1;
  476. L_1 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_0, NULL);
  477. V_0 = L_1;
  478. goto IL_000f;
  479. }
  480. IL_000f:
  481. {
  482. bool L_2 = V_0;
  483. return L_2;
  484. }
  485. }
  486. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_get_text_m95F7CAAC33FD0BAB9B535E3AEAFDA36B81B3EC4F (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method)
  487. {
  488. static bool s_Il2CppMethodInitialized;
  489. if (!s_Il2CppMethodInitialized)
  490. {
  491. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
  492. s_Il2CppMethodInitialized = true;
  493. }
  494. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* V_0 = NULL;
  495. bool V_1 = false;
  496. String_t* V_2 = NULL;
  497. bool V_3 = false;
  498. bool V_4 = false;
  499. {
  500. bool L_0;
  501. L_0 = WWW_WaitUntilDoneIfPossible_mD975AFF6737F00BB5003C5AEDBD795751F129A84(__this, NULL);
  502. V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
  503. bool L_1 = V_1;
  504. if (!L_1)
  505. {
  506. goto IL_0016;
  507. }
  508. }
  509. {
  510. V_2 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
  511. goto IL_0057;
  512. }
  513. IL_0016:
  514. {
  515. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = __this->____uwr;
  516. NullCheck(L_2);
  517. int32_t L_3;
  518. L_3 = UnityWebRequest_get_result_mEF83848C5FCFB5E307CE4B57E42BF02FC9AED449(L_2, NULL);
  519. V_3 = (bool)((((int32_t)L_3) == ((int32_t)2))? 1 : 0);
  520. bool L_4 = V_3;
  521. if (!L_4)
  522. {
  523. goto IL_0030;
  524. }
  525. }
  526. {
  527. V_2 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
  528. goto IL_0057;
  529. }
  530. IL_0030:
  531. {
  532. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_5 = __this->____uwr;
  533. NullCheck(L_5);
  534. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_6;
  535. L_6 = UnityWebRequest_get_downloadHandler_m1AA91B23D9D594A4F4FE2975FC356C508528F1D5(L_5, NULL);
  536. V_0 = L_6;
  537. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_7 = V_0;
  538. V_4 = (bool)((((RuntimeObject*)(DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
  539. bool L_8 = V_4;
  540. if (!L_8)
  541. {
  542. goto IL_004e;
  543. }
  544. }
  545. {
  546. V_2 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
  547. goto IL_0057;
  548. }
  549. IL_004e:
  550. {
  551. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_9 = V_0;
  552. NullCheck(L_9);
  553. String_t* L_10;
  554. L_10 = DownloadHandler_get_text_mA6DE5CB2647A21E577B963708DC3D0DA4DBFE7D8(L_9, NULL);
  555. V_2 = L_10;
  556. goto IL_0057;
  557. }
  558. IL_0057:
  559. {
  560. String_t* L_11 = V_2;
  561. return L_11;
  562. }
  563. }
  564. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* WWW_CreateTextureFromDownloadedData_m670DE15775E657BC8CE6CD19FE2C29EA3429F8F0 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, bool ___0_markNonReadable, const RuntimeMethod* method)
  565. {
  566. static bool s_Il2CppMethodInitialized;
  567. if (!s_Il2CppMethodInitialized)
  568. {
  569. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
  570. s_Il2CppMethodInitialized = true;
  571. }
  572. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* V_0 = NULL;
  573. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_1 = NULL;
  574. bool V_2 = false;
  575. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_3 = NULL;
  576. bool V_4 = false;
  577. bool V_5 = false;
  578. {
  579. bool L_0;
  580. L_0 = WWW_WaitUntilDoneIfPossible_mD975AFF6737F00BB5003C5AEDBD795751F129A84(__this, NULL);
  581. V_2 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
  582. bool L_1 = V_2;
  583. if (!L_1)
  584. {
  585. goto IL_0018;
  586. }
  587. }
  588. {
  589. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_2 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
  590. Texture2D__ctor_m3BA82E87442B7F69E118477069AE11101B9DF796(L_2, 2, 2, NULL);
  591. V_3 = L_2;
  592. goto IL_0064;
  593. }
  594. IL_0018:
  595. {
  596. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_3 = __this->____uwr;
  597. NullCheck(L_3);
  598. int32_t L_4;
  599. L_4 = UnityWebRequest_get_result_mEF83848C5FCFB5E307CE4B57E42BF02FC9AED449(L_3, NULL);
  600. V_4 = (bool)((((int32_t)L_4) == ((int32_t)2))? 1 : 0);
  601. bool L_5 = V_4;
  602. if (!L_5)
  603. {
  604. goto IL_0030;
  605. }
  606. }
  607. {
  608. V_3 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
  609. goto IL_0064;
  610. }
  611. IL_0030:
  612. {
  613. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_6 = __this->____uwr;
  614. NullCheck(L_6);
  615. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_7;
  616. L_7 = UnityWebRequest_get_downloadHandler_m1AA91B23D9D594A4F4FE2975FC356C508528F1D5(L_6, NULL);
  617. V_0 = L_7;
  618. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_8 = V_0;
  619. V_5 = (bool)((((RuntimeObject*)(DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
  620. bool L_9 = V_5;
  621. if (!L_9)
  622. {
  623. goto IL_004a;
  624. }
  625. }
  626. {
  627. V_3 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
  628. goto IL_0064;
  629. }
  630. IL_004a:
  631. {
  632. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_10 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
  633. Texture2D__ctor_m3BA82E87442B7F69E118477069AE11101B9DF796(L_10, 2, 2, NULL);
  634. V_1 = L_10;
  635. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_11 = V_1;
  636. DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_12 = V_0;
  637. NullCheck(L_12);
  638. ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13;
  639. L_13 = DownloadHandler_get_data_m1DC9B4514B12939B090028BF28C6BEF21DE9B6F3(L_12, NULL);
  640. bool L_14 = ___0_markNonReadable;
  641. bool L_15;
  642. L_15 = ImageConversion_LoadImage_m292ADCEED268A0A0AAD532BAB8D1710CF0FC8AEF(L_11, L_13, L_14, NULL);
  643. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_16 = V_1;
  644. V_3 = L_16;
  645. goto IL_0064;
  646. }
  647. IL_0064:
  648. {
  649. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_17 = V_3;
  650. return L_17;
  651. }
  652. }
  653. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* WWW_get_texture_mB38F7FC4220AC09935423B84FD4EB852CF172AAE (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method)
  654. {
  655. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_0 = NULL;
  656. {
  657. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0;
  658. L_0 = WWW_CreateTextureFromDownloadedData_m670DE15775E657BC8CE6CD19FE2C29EA3429F8F0(__this, (bool)0, NULL);
  659. V_0 = L_0;
  660. goto IL_000b;
  661. }
  662. IL_000b:
  663. {
  664. Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_1 = V_0;
  665. return L_1;
  666. }
  667. }
  668. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_get_url_m368B1D7D23DC22E412A3F802C6E3047760665519 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method)
  669. {
  670. String_t* V_0 = NULL;
  671. {
  672. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->____uwr;
  673. NullCheck(L_0);
  674. String_t* L_1;
  675. L_1 = UnityWebRequest_get_url_mA3BF205A6FCA2BF66A62174182BE84553CE3FFA8(L_0, NULL);
  676. V_0 = L_1;
  677. goto IL_000f;
  678. }
  679. IL_000f:
  680. {
  681. String_t* L_2 = V_0;
  682. return L_2;
  683. }
  684. }
  685. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWW_get_keepWaiting_m2D6B60FD9CB9C3E86D69E87EA32953AA68AE26B9 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method)
  686. {
  687. bool V_0 = false;
  688. int32_t G_B3_0 = 0;
  689. {
  690. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->____uwr;
  691. if (!L_0)
  692. {
  693. goto IL_0019;
  694. }
  695. }
  696. {
  697. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_1 = __this->____uwr;
  698. NullCheck(L_1);
  699. bool L_2;
  700. L_2 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_1, NULL);
  701. G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
  702. goto IL_001a;
  703. }
  704. IL_0019:
  705. {
  706. G_B3_0 = 0;
  707. }
  708. IL_001a:
  709. {
  710. V_0 = (bool)G_B3_0;
  711. goto IL_001d;
  712. }
  713. IL_001d:
  714. {
  715. bool L_3 = V_0;
  716. return L_3;
  717. }
  718. }
  719. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW_Dispose_mE5FC4A2013C63A68C287F139B177D86F75C4A74F (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method)
  720. {
  721. bool V_0 = false;
  722. {
  723. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->____uwr;
  724. V_0 = (bool)((!(((RuntimeObject*)(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
  725. bool L_1 = V_0;
  726. if (!L_1)
  727. {
  728. goto IL_0023;
  729. }
  730. }
  731. {
  732. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_2 = __this->____uwr;
  733. NullCheck(L_2);
  734. UnityWebRequest_Dispose_m9F43494C0FEA530A97D3F2AF3D425CCC7670753A(L_2, NULL);
  735. __this->____uwr = (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL;
  736. Il2CppCodeGenWriteBarrier((void**)(&__this->____uwr), (void*)(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)NULL);
  737. }
  738. IL_0023:
  739. {
  740. return;
  741. }
  742. }
  743. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWW_WaitUntilDoneIfPossible_mD975AFF6737F00BB5003C5AEDBD795751F129A84 (WWW_tEADA9A43B98FC277E498F8E3206A3B8C4E5AF3FB* __this, const RuntimeMethod* method)
  744. {
  745. static bool s_Il2CppMethodInitialized;
  746. if (!s_Il2CppMethodInitialized)
  747. {
  748. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
  749. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA);
  750. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2429764F10DC7E990250D2AE4138FE5AC928076);
  751. s_Il2CppMethodInitialized = true;
  752. }
  753. bool V_0 = false;
  754. bool V_1 = false;
  755. bool V_2 = false;
  756. bool V_3 = false;
  757. {
  758. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_0 = __this->____uwr;
  759. NullCheck(L_0);
  760. bool L_1;
  761. L_1 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_0, NULL);
  762. V_0 = L_1;
  763. bool L_2 = V_0;
  764. if (!L_2)
  765. {
  766. goto IL_0014;
  767. }
  768. }
  769. {
  770. V_1 = (bool)1;
  771. goto IL_0054;
  772. }
  773. IL_0014:
  774. {
  775. String_t* L_3;
  776. L_3 = WWW_get_url_m368B1D7D23DC22E412A3F802C6E3047760665519(__this, NULL);
  777. NullCheck(L_3);
  778. bool L_4;
  779. L_4 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_3, _stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, 5, NULL);
  780. V_2 = L_4;
  781. bool L_5 = V_2;
  782. if (!L_5)
  783. {
  784. goto IL_0044;
  785. }
  786. }
  787. {
  788. goto IL_002e;
  789. }
  790. IL_002c:
  791. {
  792. }
  793. IL_002e:
  794. {
  795. UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_6 = __this->____uwr;
  796. NullCheck(L_6);
  797. bool L_7;
  798. L_7 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_6, NULL);
  799. V_3 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
  800. bool L_8 = V_3;
  801. if (L_8)
  802. {
  803. goto IL_002c;
  804. }
  805. }
  806. {
  807. V_1 = (bool)1;
  808. goto IL_0054;
  809. }
  810. IL_0044:
  811. {
  812. il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
  813. Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralE2429764F10DC7E990250D2AE4138FE5AC928076, NULL);
  814. V_1 = (bool)0;
  815. goto IL_0054;
  816. }
  817. IL_0054:
  818. {
  819. bool L_9 = V_1;
  820. return L_9;
  821. }
  822. }
  823. #ifdef __clang__
  824. #pragma clang diagnostic pop
  825. #endif