Bulk_UnityEngine.DirectorModule_0.cpp 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. #include "il2cpp-config.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <cstring>
  8. #include <string.h>
  9. #include <stdio.h>
  10. #include <cmath>
  11. #include <limits>
  12. #include <assert.h>
  13. #include <stdint.h>
  14. #include "il2cpp-class-internals.h"
  15. #include "codegen/il2cpp-codegen.h"
  16. #include "il2cpp-object-internals.h"
  17. // System.Void
  18. struct Void_t1185182177;
  19. #ifndef U3CMODULEU3E_T692745543_H
  20. #define U3CMODULEU3E_T692745543_H
  21. #ifdef __clang__
  22. #pragma clang diagnostic push
  23. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  24. #pragma clang diagnostic ignored "-Wunused-variable"
  25. #endif
  26. // <Module>
  27. struct U3CModuleU3E_t692745543
  28. {
  29. public:
  30. public:
  31. };
  32. #ifdef __clang__
  33. #pragma clang diagnostic pop
  34. #endif
  35. #endif // U3CMODULEU3E_T692745543_H
  36. #ifndef RUNTIMEOBJECT_H
  37. #define RUNTIMEOBJECT_H
  38. #ifdef __clang__
  39. #pragma clang diagnostic push
  40. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  41. #pragma clang diagnostic ignored "-Wunused-variable"
  42. #endif
  43. // System.Object
  44. #ifdef __clang__
  45. #pragma clang diagnostic pop
  46. #endif
  47. #endif // RUNTIMEOBJECT_H
  48. struct Il2CppArrayBounds;
  49. #ifndef RUNTIMEARRAY_H
  50. #define RUNTIMEARRAY_H
  51. #ifdef __clang__
  52. #pragma clang diagnostic push
  53. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  54. #pragma clang diagnostic ignored "-Wunused-variable"
  55. #endif
  56. // System.Array
  57. #ifdef __clang__
  58. #pragma clang diagnostic pop
  59. #endif
  60. #endif // RUNTIMEARRAY_H
  61. #ifndef VALUETYPE_T3640485471_H
  62. #define VALUETYPE_T3640485471_H
  63. #ifdef __clang__
  64. #pragma clang diagnostic push
  65. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  66. #pragma clang diagnostic ignored "-Wunused-variable"
  67. #endif
  68. // System.ValueType
  69. struct ValueType_t3640485471 : public RuntimeObject
  70. {
  71. public:
  72. public:
  73. };
  74. #ifdef __clang__
  75. #pragma clang diagnostic pop
  76. #endif
  77. // Native definition for P/Invoke marshalling of System.ValueType
  78. struct ValueType_t3640485471_marshaled_pinvoke
  79. {
  80. };
  81. // Native definition for COM marshalling of System.ValueType
  82. struct ValueType_t3640485471_marshaled_com
  83. {
  84. };
  85. #endif // VALUETYPE_T3640485471_H
  86. #ifndef INTPTR_T_H
  87. #define INTPTR_T_H
  88. #ifdef __clang__
  89. #pragma clang diagnostic push
  90. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  91. #pragma clang diagnostic ignored "-Wunused-variable"
  92. #endif
  93. // System.IntPtr
  94. struct IntPtr_t
  95. {
  96. public:
  97. // System.Void* System.IntPtr::m_value
  98. void* ___m_value_0;
  99. public:
  100. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  101. inline void* get_m_value_0() const { return ___m_value_0; }
  102. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  103. inline void set_m_value_0(void* value)
  104. {
  105. ___m_value_0 = value;
  106. }
  107. };
  108. struct IntPtr_t_StaticFields
  109. {
  110. public:
  111. // System.IntPtr System.IntPtr::Zero
  112. intptr_t ___Zero_1;
  113. public:
  114. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  115. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  116. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  117. inline void set_Zero_1(intptr_t value)
  118. {
  119. ___Zero_1 = value;
  120. }
  121. };
  122. #ifdef __clang__
  123. #pragma clang diagnostic pop
  124. #endif
  125. #endif // INTPTR_T_H
  126. #ifndef OBJECT_T631007953_H
  127. #define OBJECT_T631007953_H
  128. #ifdef __clang__
  129. #pragma clang diagnostic push
  130. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  131. #pragma clang diagnostic ignored "-Wunused-variable"
  132. #endif
  133. // UnityEngine.Object
  134. struct Object_t631007953 : public RuntimeObject
  135. {
  136. public:
  137. // System.IntPtr UnityEngine.Object::m_CachedPtr
  138. intptr_t ___m_CachedPtr_0;
  139. public:
  140. inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_t631007953, ___m_CachedPtr_0)); }
  141. inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
  142. inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
  143. inline void set_m_CachedPtr_0(intptr_t value)
  144. {
  145. ___m_CachedPtr_0 = value;
  146. }
  147. };
  148. struct Object_t631007953_StaticFields
  149. {
  150. public:
  151. // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
  152. int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
  153. public:
  154. inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
  155. inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
  156. inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
  157. inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
  158. {
  159. ___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
  160. }
  161. };
  162. #ifdef __clang__
  163. #pragma clang diagnostic pop
  164. #endif
  165. // Native definition for P/Invoke marshalling of UnityEngine.Object
  166. struct Object_t631007953_marshaled_pinvoke
  167. {
  168. intptr_t ___m_CachedPtr_0;
  169. };
  170. // Native definition for COM marshalling of UnityEngine.Object
  171. struct Object_t631007953_marshaled_com
  172. {
  173. intptr_t ___m_CachedPtr_0;
  174. };
  175. #endif // OBJECT_T631007953_H
  176. #ifndef COMPONENT_T1923634451_H
  177. #define COMPONENT_T1923634451_H
  178. #ifdef __clang__
  179. #pragma clang diagnostic push
  180. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  181. #pragma clang diagnostic ignored "-Wunused-variable"
  182. #endif
  183. // UnityEngine.Component
  184. struct Component_t1923634451 : public Object_t631007953
  185. {
  186. public:
  187. public:
  188. };
  189. #ifdef __clang__
  190. #pragma clang diagnostic pop
  191. #endif
  192. #endif // COMPONENT_T1923634451_H
  193. #ifndef BEHAVIOUR_T1437897464_H
  194. #define BEHAVIOUR_T1437897464_H
  195. #ifdef __clang__
  196. #pragma clang diagnostic push
  197. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  198. #pragma clang diagnostic ignored "-Wunused-variable"
  199. #endif
  200. // UnityEngine.Behaviour
  201. struct Behaviour_t1437897464 : public Component_t1923634451
  202. {
  203. public:
  204. public:
  205. };
  206. #ifdef __clang__
  207. #pragma clang diagnostic pop
  208. #endif
  209. #endif // BEHAVIOUR_T1437897464_H
  210. #ifndef PLAYABLEDIRECTOR_T508516997_H
  211. #define PLAYABLEDIRECTOR_T508516997_H
  212. #ifdef __clang__
  213. #pragma clang diagnostic push
  214. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  215. #pragma clang diagnostic ignored "-Wunused-variable"
  216. #endif
  217. // UnityEngine.Playables.PlayableDirector
  218. struct PlayableDirector_t508516997 : public Behaviour_t1437897464
  219. {
  220. public:
  221. public:
  222. };
  223. #ifdef __clang__
  224. #pragma clang diagnostic pop
  225. #endif
  226. #endif // PLAYABLEDIRECTOR_T508516997_H
  227. #ifdef __clang__
  228. #pragma clang diagnostic push
  229. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  230. #pragma clang diagnostic ignored "-Wunused-variable"
  231. #endif
  232. #ifdef __clang__
  233. #pragma clang diagnostic pop
  234. #endif
  235. #ifdef __clang__
  236. #pragma clang diagnostic push
  237. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  238. #pragma clang diagnostic ignored "-Wunused-variable"
  239. #endif
  240. #ifdef __clang__
  241. #pragma clang diagnostic pop
  242. #endif