12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #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.ScreenCapture::CaptureScreenshot(System.String)
- extern void ScreenCapture_CaptureScreenshot_m897B0264A202824D377CCD9A5221B164DE2CF9DE (void);
- // 0x00000002 System.Void UnityEngine.ScreenCapture::CaptureScreenshot(System.String,System.Int32,UnityEngine.ScreenCapture/StereoScreenCaptureMode)
- extern void ScreenCapture_CaptureScreenshot_m35F14D593665968FE8F449104B66CE35EB22344D (void);
- static Il2CppMethodPointer s_methodPointers[2] =
- {
- ScreenCapture_CaptureScreenshot_m897B0264A202824D377CCD9A5221B164DE2CF9DE,
- ScreenCapture_CaptureScreenshot_m35F14D593665968FE8F449104B66CE35EB22344D,
- };
- static const int32_t s_InvokerIndices[2] =
- {
- 8289,
- 7135,
- };
- IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_ScreenCaptureModule_CodeGenModule;
- const Il2CppCodeGenModule g_UnityEngine_ScreenCaptureModule_CodeGenModule =
- {
- "UnityEngine.ScreenCaptureModule.dll",
- 2,
- s_methodPointers,
- 0,
- NULL,
- s_InvokerIndices,
- 0,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- NULL, // module initializer,
- NULL,
- NULL,
- NULL,
- };
|