Ei kuvausta
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.

Unity.InternalAPIEngineBridge.001_CodeGen.c 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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 InternalEngineBridge_SetLocalAABB_m04DF27869CF8971148682477CFEC2A1991BB104E (void);
  9. extern void InternalEngineBridge_SetDeformableBuffer_mB01EA52CC0746EA5EAC860A4D9F365FFE6AF74AF (void);
  10. extern void InternalEngineBridge_IsUsingDeformableBuffer_m4E15DE94C232E27395214E067CCA80F9C66E5FAE (void);
  11. extern void InternalEngineBridge_SetBatchDeformableBufferAndLocalAABBArray_mE474FF62DD89223FCCC68A8DFFBA61935B3229A3 (void);
  12. extern void InternalEngineBridge_ConvertFloatToInt_mE74F74479983A239EE750CAF78760F79F6717F44 (void);
  13. extern void InternalEngineBridge_ConvertIntToFloat_mB38ED35A3CD802442791415694C3E8C7E86E8148 (void);
  14. static Il2CppMethodPointer s_methodPointers[6] =
  15. {
  16. InternalEngineBridge_SetLocalAABB_m04DF27869CF8971148682477CFEC2A1991BB104E,
  17. InternalEngineBridge_SetDeformableBuffer_mB01EA52CC0746EA5EAC860A4D9F365FFE6AF74AF,
  18. InternalEngineBridge_IsUsingDeformableBuffer_m4E15DE94C232E27395214E067CCA80F9C66E5FAE,
  19. InternalEngineBridge_SetBatchDeformableBufferAndLocalAABBArray_mE474FF62DD89223FCCC68A8DFFBA61935B3229A3,
  20. InternalEngineBridge_ConvertFloatToInt_mE74F74479983A239EE750CAF78760F79F6717F44,
  21. InternalEngineBridge_ConvertIntToFloat_mB38ED35A3CD802442791415694C3E8C7E86E8148,
  22. };
  23. static const int32_t s_InvokerIndices[6] =
  24. {
  25. 8741,
  26. 8736,
  27. 8266,
  28. 7475,
  29. 9109,
  30. 9269,
  31. };
  32. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_Unity_InternalAPIEngineBridge_001_CodeGenModule;
  33. const Il2CppCodeGenModule g_Unity_InternalAPIEngineBridge_001_CodeGenModule =
  34. {
  35. "Unity.InternalAPIEngineBridge.001.dll",
  36. 6,
  37. s_methodPointers,
  38. 0,
  39. NULL,
  40. s_InvokerIndices,
  41. 0,
  42. NULL,
  43. 0,
  44. NULL,
  45. 0,
  46. NULL,
  47. NULL,
  48. NULL,
  49. NULL,
  50. NULL,
  51. NULL,
  52. };