Files
NobetaSource/Interop/Assembly-CSharp/EAAllLevelComplete.cs
2023-09-06 22:19:13 +02:00

58 lines
2.6 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using UnityEngine;
// Token: 0x020001D4 RID: 468
public class EAAllLevelComplete : SceneEvent
{
// Token: 0x06004CA8 RID: 19624 RVA: 0x001324B4 File Offset: 0x001306B4
[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: 0x06004CA9 RID: 19625 RVA: 0x00132518 File Offset: 0x00130718
[CallerCount(5)]
[CachedScanResults(RefRangeStart = 569315, RefRangeEnd = 569320, XrefRangeStart = 569315, XrefRangeEnd = 569320, 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: 0x06004CAA RID: 19626 RVA: 0x00132564 File Offset: 0x00130764
// 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, 100668470);
EAAllLevelComplete.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<EAAllLevelComplete>.NativeClassPtr, 100668471);
}
// Token: 0x06004CAB RID: 19627 RVA: 0x0012A4E8 File Offset: 0x001286E8
public EAAllLevelComplete(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x040032C7 RID: 12999
private static readonly IntPtr NativeMethodInfoPtr_OnTriggerExit_Protected_Virtual_Void_Collider_0;
// Token: 0x040032C8 RID: 13000
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
}