Practice_Unity/Library/Bee/artifacts/iOS/il2cppOutput/cpp/UnityEngine.UnityConsentModule_CodeGen.c
Seonkyu.kim ccc9d46df7 작업
1. 이동시 Rigdoby와 Nav 충돌나는거 수정
2. 데이터 매니저에서 데이터 받아오는것에 대한 방식을 대폭 수정
3. 스폰 컨트롤러 방식 조금 수정
4. 벽과 플레이어 캐릭터 충돌시 미끄러지는 기능 추가(다른 오브젝트와는 테스트 안해 봄)

- 캐릭터 컨트롤러에 스테이터스 하는거 손 봐야 함
2025-09-25 18:00:21 +09:00

59 lines
1.8 KiB
C

#include "pch-c.h"
#include "codegen/il2cpp-codegen-metadata.h"
extern void ConsentState__ctor_mB3407A219590592A7EF832910F3CCD58F9FE72C1 (void);
extern void ConsentState_ToString_mEDD4D983C94831BA4C151A6D05B1906810146665 (void);
extern void EndUserConsent_GetConsentState_mD5E805A905B376D596AAF31A4AB4344535F7CD8E (void);
extern void EndUserConsent_OnConsentStateChanged_m7A2FD500C237FDAE46112404721227038A7A259A (void);
extern void EndUserConsent_GetConsentState_Injected_mFF5752BD0372E6E5E859F47B97185C71D2094D53 (void);
static Il2CppMethodPointer s_methodPointers[5] =
{
ConsentState__ctor_mB3407A219590592A7EF832910F3CCD58F9FE72C1,
ConsentState_ToString_mEDD4D983C94831BA4C151A6D05B1906810146665,
EndUserConsent_GetConsentState_mD5E805A905B376D596AAF31A4AB4344535F7CD8E,
EndUserConsent_OnConsentStateChanged_m7A2FD500C237FDAE46112404721227038A7A259A,
EndUserConsent_GetConsentState_Injected_mFF5752BD0372E6E5E859F47B97185C71D2094D53,
};
extern void ConsentState__ctor_mB3407A219590592A7EF832910F3CCD58F9FE72C1_AdjustorThunk (void);
extern void ConsentState_ToString_mEDD4D983C94831BA4C151A6D05B1906810146665_AdjustorThunk (void);
static Il2CppTokenAdjustorThunkPair s_adjustorThunks[2] =
{
{ 0x06000001, ConsentState__ctor_mB3407A219590592A7EF832910F3CCD58F9FE72C1_AdjustorThunk },
{ 0x06000002, ConsentState_ToString_mEDD4D983C94831BA4C151A6D05B1906810146665_AdjustorThunk },
};
static const int32_t s_InvokerIndices[5] =
{
12680,
12502,
21940,
22067,
20875,
};
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_UnityConsentModule_CodeGenModule;
const Il2CppCodeGenModule g_UnityEngine_UnityConsentModule_CodeGenModule =
{
"UnityEngine.UnityConsentModule.dll",
5,
s_methodPointers,
2,
s_adjustorThunks,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
};