using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; using Il2CppInterop.Runtime.InteropTypes.Arrays; using UnityEngine; // Token: 0x020001E8 RID: 488 public class LoadScript : SceneEvent { // Token: 0x06004E2F RID: 20015 RVA: 0x00138040 File Offset: 0x00136240 [CallerCount(0)] [CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 572020, XrefRangeEnd = 572035, 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), LoadScript.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x06004E30 RID: 20016 RVA: 0x00138090 File Offset: 0x00136290 [CallerCount(0)] [CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 572035, XrefRangeEnd = 572039, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe LoadScript() : this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore.NativeClassPtr)) { IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(LoadScript.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x06004E31 RID: 20017 RVA: 0x001380DC File Offset: 0x001362DC // Note: this type is marked as 'beforefieldinit'. static LoadScript() { Il2CppClassPointerStore.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "LoadScript"); IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore.NativeClassPtr); LoadScript.NativeFieldInfoPtr_ScriptName = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "ScriptName"); LoadScript.NativeFieldInfoPtr_ScriptLanugageFileName = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "ScriptLanugageFileName"); LoadScript.NativeFieldInfoPtr_Event = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "Event"); LoadScript.NativeFieldInfoPtr_Camera = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "Camera"); LoadScript.NativeFieldInfoPtr_PlayerPosition = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "PlayerPosition"); LoadScript.NativeFieldInfoPtr_bRepeat = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "bRepeat"); LoadScript.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668555); LoadScript.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668556); } // Token: 0x06004E32 RID: 20018 RVA: 0x0012A4E8 File Offset: 0x001286E8 public LoadScript(IntPtr pointer) : base(pointer) { } // Token: 0x17001BF7 RID: 7159 // (get) Token: 0x06004E33 RID: 20019 RVA: 0x001381AC File Offset: 0x001363AC // (set) Token: 0x06004E34 RID: 20020 RVA: 0x001381D5 File Offset: 0x001363D5 public unsafe string ScriptName { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_ScriptName); return IL2CPP.Il2CppStringToManaged(*intPtr); } set { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_ScriptName), IL2CPP.ManagedStringToIl2Cpp(value)); } } // Token: 0x17001BF8 RID: 7160 // (get) Token: 0x06004E35 RID: 20021 RVA: 0x001381FC File Offset: 0x001363FC // (set) Token: 0x06004E36 RID: 20022 RVA: 0x00138225 File Offset: 0x00136425 public unsafe string ScriptLanugageFileName { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_ScriptLanugageFileName); return IL2CPP.Il2CppStringToManaged(*intPtr); } set { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_ScriptLanugageFileName), IL2CPP.ManagedStringToIl2Cpp(value)); } } // Token: 0x17001BF9 RID: 7161 // (get) Token: 0x06004E37 RID: 20023 RVA: 0x0013824C File Offset: 0x0013644C // (set) Token: 0x06004E38 RID: 20024 RVA: 0x00138280 File Offset: 0x00136480 public unsafe Il2CppReferenceArray Event { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_Event); 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(LoadScript.NativeFieldInfoPtr_Event), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x17001BFA RID: 7162 // (get) Token: 0x06004E39 RID: 20025 RVA: 0x001382A8 File Offset: 0x001364A8 // (set) Token: 0x06004E3A RID: 20026 RVA: 0x001382DC File Offset: 0x001364DC public unsafe Il2CppReferenceArray Camera { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_Camera); 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(LoadScript.NativeFieldInfoPtr_Camera), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x17001BFB RID: 7163 // (get) Token: 0x06004E3B RID: 20027 RVA: 0x00138304 File Offset: 0x00136504 // (set) Token: 0x06004E3C RID: 20028 RVA: 0x00138338 File Offset: 0x00136538 public unsafe Il2CppReferenceArray PlayerPosition { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_PlayerPosition); 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(LoadScript.NativeFieldInfoPtr_PlayerPosition), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x17001BFC RID: 7164 // (get) Token: 0x06004E3D RID: 20029 RVA: 0x00138360 File Offset: 0x00136560 // (set) Token: 0x06004E3E RID: 20030 RVA: 0x00138388 File Offset: 0x00136588 public unsafe bool bRepeat { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_bRepeat); return *intPtr; } set { *(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(LoadScript.NativeFieldInfoPtr_bRepeat)) = value; } } // Token: 0x040033BD RID: 13245 private static readonly IntPtr NativeFieldInfoPtr_ScriptName; // Token: 0x040033BE RID: 13246 private static readonly IntPtr NativeFieldInfoPtr_ScriptLanugageFileName; // Token: 0x040033BF RID: 13247 private static readonly IntPtr NativeFieldInfoPtr_Event; // Token: 0x040033C0 RID: 13248 private static readonly IntPtr NativeFieldInfoPtr_Camera; // Token: 0x040033C1 RID: 13249 private static readonly IntPtr NativeFieldInfoPtr_PlayerPosition; // Token: 0x040033C2 RID: 13250 private static readonly IntPtr NativeFieldInfoPtr_bRepeat; // Token: 0x040033C3 RID: 13251 private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0; // Token: 0x040033C4 RID: 13252 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; }