1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- #include "pch-c.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
-
-
- #include "codegen/il2cpp-codegen-metadata.h"
-
-
-
-
-
- // 0x00000001 System.Void UnityEngine.WWW::.ctor(System.String)
- extern void WWW__ctor_m5D29D83E9EE0925ED8252347CE24EC236401503D (void);
- // 0x00000002 System.Byte[] UnityEngine.WWW::get_bytes()
- extern void WWW_get_bytes_m83F5C24FC5AC80C5F3B9AF1E290E08F8B96C0642 (void);
- // 0x00000003 System.String UnityEngine.WWW::get_error()
- extern void WWW_get_error_m6B2E4F6DB8ECC8217A112EC62AAA1D5E71AA1C93 (void);
- // 0x00000004 System.Boolean UnityEngine.WWW::get_isDone()
- extern void WWW_get_isDone_m7E88B666AD0E3903757043813B2811BBFCCCA52E (void);
- // 0x00000005 System.Single UnityEngine.WWW::get_progress()
- extern void WWW_get_progress_m8BE51921011B9C737C690F8776F93109E5481B47 (void);
- // 0x00000006 System.String UnityEngine.WWW::get_url()
- extern void WWW_get_url_m368B1D7D23DC22E412A3F802C6E3047760665519 (void);
- // 0x00000007 System.Boolean UnityEngine.WWW::get_keepWaiting()
- extern void WWW_get_keepWaiting_m2D6B60FD9CB9C3E86D69E87EA32953AA68AE26B9 (void);
- // 0x00000008 System.Void UnityEngine.WWW::Dispose()
- extern void WWW_Dispose_mE5FC4A2013C63A68C287F139B177D86F75C4A74F (void);
- // 0x00000009 System.Boolean UnityEngine.WWW::WaitUntilDoneIfPossible()
- extern void WWW_WaitUntilDoneIfPossible_mD975AFF6737F00BB5003C5AEDBD795751F129A84 (void);
- static Il2CppMethodPointer s_methodPointers[9] =
- {
- WWW__ctor_m5D29D83E9EE0925ED8252347CE24EC236401503D,
- WWW_get_bytes_m83F5C24FC5AC80C5F3B9AF1E290E08F8B96C0642,
- WWW_get_error_m6B2E4F6DB8ECC8217A112EC62AAA1D5E71AA1C93,
- WWW_get_isDone_m7E88B666AD0E3903757043813B2811BBFCCCA52E,
- WWW_get_progress_m8BE51921011B9C737C690F8776F93109E5481B47,
- WWW_get_url_m368B1D7D23DC22E412A3F802C6E3047760665519,
- WWW_get_keepWaiting_m2D6B60FD9CB9C3E86D69E87EA32953AA68AE26B9,
- WWW_Dispose_mE5FC4A2013C63A68C287F139B177D86F75C4A74F,
- WWW_WaitUntilDoneIfPossible_mD975AFF6737F00BB5003C5AEDBD795751F129A84,
- };
- static const int32_t s_InvokerIndices[9] =
- {
- 4567,
- 5443,
- 5443,
- 5364,
- 5489,
- 5443,
- 5364,
- 5562,
- 5364,
- };
- IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestWWWModule_CodeGenModule;
- const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestWWWModule_CodeGenModule =
- {
- "UnityEngine.UnityWebRequestWWWModule.dll",
- 9,
- s_methodPointers,
- 0,
- NULL,
- s_InvokerIndices,
- 0,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- NULL, // module initializer,
- NULL,
- NULL,
- NULL,
- };
|