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.PhysicsModule_CodeGen.c 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. extern void Collision__ctor_mC3F14BC1026130B6B0E6BB83D7431753C3484912 (void);
  9. extern void Physics__cctor_m1E2D4816C77050D34F6D01F43E63D7969410AE2A (void);
  10. extern void RaycastHit_get_collider_m84B160439BBEAB6D9E94B799F720E25C9E2D444D (void);
  11. extern void RaycastHit_get_point_m02B764612562AFE0F998CC7CFB2EEDE41BA47F39 (void);
  12. extern void RaycastHit_get_normal_mD8741B70D2039C5CAFC4368D4CE59D89562040B5 (void);
  13. extern void RaycastHit_get_distance_m035194B0E9BB6229259CFC43B095A9C8E5011C78 (void);
  14. static Il2CppMethodPointer s_methodPointers[6] =
  15. {
  16. Collision__ctor_mC3F14BC1026130B6B0E6BB83D7431753C3484912,
  17. Physics__cctor_m1E2D4816C77050D34F6D01F43E63D7969410AE2A,
  18. RaycastHit_get_collider_m84B160439BBEAB6D9E94B799F720E25C9E2D444D,
  19. RaycastHit_get_point_m02B764612562AFE0F998CC7CFB2EEDE41BA47F39,
  20. RaycastHit_get_normal_mD8741B70D2039C5CAFC4368D4CE59D89562040B5,
  21. RaycastHit_get_distance_m035194B0E9BB6229259CFC43B095A9C8E5011C78,
  22. };
  23. extern void RaycastHit_get_collider_m84B160439BBEAB6D9E94B799F720E25C9E2D444D_AdjustorThunk (void);
  24. extern void RaycastHit_get_point_m02B764612562AFE0F998CC7CFB2EEDE41BA47F39_AdjustorThunk (void);
  25. extern void RaycastHit_get_normal_mD8741B70D2039C5CAFC4368D4CE59D89562040B5_AdjustorThunk (void);
  26. extern void RaycastHit_get_distance_m035194B0E9BB6229259CFC43B095A9C8E5011C78_AdjustorThunk (void);
  27. static Il2CppTokenAdjustorThunkPair s_adjustorThunks[4] =
  28. {
  29. { 0x06000003, RaycastHit_get_collider_m84B160439BBEAB6D9E94B799F720E25C9E2D444D_AdjustorThunk },
  30. { 0x06000004, RaycastHit_get_point_m02B764612562AFE0F998CC7CFB2EEDE41BA47F39_AdjustorThunk },
  31. { 0x06000005, RaycastHit_get_normal_mD8741B70D2039C5CAFC4368D4CE59D89562040B5_AdjustorThunk },
  32. { 0x06000006, RaycastHit_get_distance_m035194B0E9BB6229259CFC43B095A9C8E5011C78_AdjustorThunk },
  33. };
  34. static const int32_t s_InvokerIndices[6] =
  35. {
  36. 6424,
  37. 12167,
  38. 6300,
  39. 6415,
  40. 6415,
  41. 6345,
  42. };
  43. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_PhysicsModule_CodeGenModule;
  44. const Il2CppCodeGenModule g_UnityEngine_PhysicsModule_CodeGenModule =
  45. {
  46. "UnityEngine.PhysicsModule.dll",
  47. 6,
  48. s_methodPointers,
  49. 4,
  50. s_adjustorThunks,
  51. s_InvokerIndices,
  52. 0,
  53. NULL,
  54. 0,
  55. NULL,
  56. 0,
  57. NULL,
  58. NULL,
  59. NULL,
  60. NULL,
  61. NULL,
  62. NULL,
  63. };