No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnityEngine.ScreenCaptureModule.cpp 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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 CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
  9. struct String_t;
  10. IL2CPP_EXTERN_C_BEGIN
  11. IL2CPP_EXTERN_C_END
  12. #ifdef __clang__
  13. #pragma clang diagnostic push
  14. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  15. #pragma clang diagnostic ignored "-Wunused-variable"
  16. #endif
  17. struct U3CModuleU3E_tE8CCFA91781BB9C429F0997CDE2C44CCD8FBF84E
  18. {
  19. };
  20. struct ScreenCapture_t513DA8E74951FF61C8421D7046F6FC69A4153092 : public RuntimeObject
  21. {
  22. };
  23. struct String_t : public RuntimeObject
  24. {
  25. int32_t ____stringLength;
  26. Il2CppChar ____firstChar;
  27. };
  28. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  29. {
  30. };
  31. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  32. {
  33. };
  34. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  35. {
  36. };
  37. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
  38. {
  39. };
  40. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
  41. {
  42. };
  43. struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
  44. {
  45. };
  46. struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
  47. {
  48. int32_t ___m_value;
  49. };
  50. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  51. {
  52. union
  53. {
  54. struct
  55. {
  56. };
  57. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  58. };
  59. };
  60. struct StereoScreenCaptureMode_tB7D8063E43F187AF9CA59AA9E9ED1492A2280268
  61. {
  62. int32_t ___value__;
  63. };
  64. struct String_t_StaticFields
  65. {
  66. String_t* ___Empty;
  67. };
  68. #ifdef __clang__
  69. #pragma clang diagnostic pop
  70. #endif
  71. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenCapture_CaptureScreenshot_m35F14D593665968FE8F449104B66CE35EB22344D (String_t* ___0_filename, int32_t ___1_superSize, int32_t ___2_CaptureMode, const RuntimeMethod* method) ;
  72. #ifdef __clang__
  73. #pragma clang diagnostic push
  74. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  75. #pragma clang diagnostic ignored "-Wunused-variable"
  76. #endif
  77. #ifdef __clang__
  78. #pragma clang diagnostic pop
  79. #endif
  80. #ifdef __clang__
  81. #pragma clang diagnostic push
  82. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  83. #pragma clang diagnostic ignored "-Wunused-variable"
  84. #endif
  85. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenCapture_CaptureScreenshot_m897B0264A202824D377CCD9A5221B164DE2CF9DE (String_t* ___0_filename, const RuntimeMethod* method)
  86. {
  87. {
  88. String_t* L_0 = ___0_filename;
  89. ScreenCapture_CaptureScreenshot_m35F14D593665968FE8F449104B66CE35EB22344D(L_0, 1, 1, NULL);
  90. return;
  91. }
  92. }
  93. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenCapture_CaptureScreenshot_m35F14D593665968FE8F449104B66CE35EB22344D (String_t* ___0_filename, int32_t ___1_superSize, int32_t ___2_CaptureMode, const RuntimeMethod* method)
  94. {
  95. typedef void (*ScreenCapture_CaptureScreenshot_m35F14D593665968FE8F449104B66CE35EB22344D_ftn) (String_t*, int32_t, int32_t);
  96. static ScreenCapture_CaptureScreenshot_m35F14D593665968FE8F449104B66CE35EB22344D_ftn _il2cpp_icall_func;
  97. if (!_il2cpp_icall_func)
  98. _il2cpp_icall_func = (ScreenCapture_CaptureScreenshot_m35F14D593665968FE8F449104B66CE35EB22344D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.ScreenCapture::CaptureScreenshot(System.String,System.Int32,UnityEngine.ScreenCapture/StereoScreenCaptureMode)");
  99. _il2cpp_icall_func(___0_filename, ___1_superSize, ___2_CaptureMode);
  100. }
  101. #ifdef __clang__
  102. #pragma clang diagnostic pop
  103. #endif
  104. #ifdef __clang__
  105. #pragma clang diagnostic push
  106. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  107. #pragma clang diagnostic ignored "-Wunused-variable"
  108. #endif
  109. #ifdef __clang__
  110. #pragma clang diagnostic pop
  111. #endif