Add v1.0.3.1
This commit is contained in:
57
Interop/Assembly-CSharp/EAAllLevelComplete.cs
Normal file
57
Interop/Assembly-CSharp/EAAllLevelComplete.cs
Normal file
@@ -0,0 +1,57 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x0200019D RID: 413
|
||||
public class EAAllLevelComplete : SceneEvent
|
||||
{
|
||||
// Token: 0x060047AD RID: 18349 RVA: 0x0011DA50 File Offset: 0x0011BC50
|
||||
[CallerCount(0)]
|
||||
public unsafe override void OnTriggerExit(Collider other)
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = IL2CPP.Il2CppObjectBaseToPtr(other);
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), EAAllLevelComplete.NativeMethodInfoPtr_OnTriggerExit_Protected_Virtual_Void_Collider_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060047AE RID: 18350 RVA: 0x0011DAB4 File Offset: 0x0011BCB4
|
||||
[CallerCount(5)]
|
||||
[CachedScanResults(RefRangeStart = 541882, RefRangeEnd = 541887, XrefRangeStart = 541882, XrefRangeEnd = 541887, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe EAAllLevelComplete()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<EAAllLevelComplete>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(EAAllLevelComplete.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x060047AF RID: 18351 RVA: 0x0011DB00 File Offset: 0x0011BD00
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static EAAllLevelComplete()
|
||||
{
|
||||
Il2CppClassPointerStore<EAAllLevelComplete>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "EAAllLevelComplete");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<EAAllLevelComplete>.NativeClassPtr);
|
||||
EAAllLevelComplete.NativeMethodInfoPtr_OnTriggerExit_Protected_Virtual_Void_Collider_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<EAAllLevelComplete>.NativeClassPtr, 100668055);
|
||||
EAAllLevelComplete.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<EAAllLevelComplete>.NativeClassPtr, 100668056);
|
||||
}
|
||||
|
||||
// Token: 0x060047B0 RID: 18352 RVA: 0x00117370 File Offset: 0x00115570
|
||||
public EAAllLevelComplete(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04002F6A RID: 12138
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OnTriggerExit_Protected_Virtual_Void_Collider_0;
|
||||
|
||||
// Token: 0x04002F6B RID: 12139
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
Reference in New Issue
Block a user