using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; using Il2CppInterop.Runtime.InteropTypes.Arrays; // Token: 0x020001C2 RID: 450 public class MultipleEventClose : SceneEvent { // Token: 0x06004A45 RID: 19013 RVA: 0x00127700 File Offset: 0x00125900 [CallerCount(0)] [CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 561963, XrefRangeEnd = 561967, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe override void OpenEvent() { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), MultipleEventClose.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x06004A46 RID: 19014 RVA: 0x00127750 File Offset: 0x00125950 [CallerCount(5)] [CachedScanResults(RefRangeStart = 559105, RefRangeEnd = 559110, XrefRangeStart = 559105, XrefRangeEnd = 559110, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe MultipleEventClose() : this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore.NativeClassPtr)) { IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MultipleEventClose.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x06004A47 RID: 19015 RVA: 0x0012779C File Offset: 0x0012599C // Note: this type is marked as 'beforefieldinit'. static MultipleEventClose() { Il2CppClassPointerStore.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "MultipleEventClose"); IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore.NativeClassPtr); MultipleEventClose.NativeFieldInfoPtr_CloseMultipleEvent = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "CloseMultipleEvent"); MultipleEventClose.NativeFieldInfoPtr_DS = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "DS"); MultipleEventClose.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668200); MultipleEventClose.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668201); } // Token: 0x06004A48 RID: 19016 RVA: 0x00118C18 File Offset: 0x00116E18 public MultipleEventClose(IntPtr pointer) : base(pointer) { } // Token: 0x17001AD1 RID: 6865 // (get) Token: 0x06004A49 RID: 19017 RVA: 0x0012781C File Offset: 0x00125A1C // (set) Token: 0x06004A4A RID: 19018 RVA: 0x00127850 File Offset: 0x00125A50 public unsafe Il2CppReferenceArray CloseMultipleEvent { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MultipleEventClose.NativeFieldInfoPtr_CloseMultipleEvent); IntPtr intPtr2 = *intPtr; return (intPtr2 != 0) ? new Il2CppReferenceArray(intPtr2) : null; } set { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MultipleEventClose.NativeFieldInfoPtr_CloseMultipleEvent), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x17001AD2 RID: 6866 // (get) Token: 0x06004A4B RID: 19019 RVA: 0x00127878 File Offset: 0x00125A78 // (set) Token: 0x06004A4C RID: 19020 RVA: 0x001278AC File Offset: 0x00125AAC public unsafe Il2CppReferenceArray DS { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MultipleEventClose.NativeFieldInfoPtr_DS); IntPtr intPtr2 = *intPtr; return (intPtr2 != 0) ? new Il2CppReferenceArray(intPtr2) : null; } set { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MultipleEventClose.NativeFieldInfoPtr_DS), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x04003101 RID: 12545 private static readonly IntPtr NativeFieldInfoPtr_CloseMultipleEvent; // Token: 0x04003102 RID: 12546 private static readonly IntPtr NativeFieldInfoPtr_DS; // Token: 0x04003103 RID: 12547 private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0; // Token: 0x04003104 RID: 12548 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; }