using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; using UnityEngine; // Token: 0x020001F8 RID: 504 public class SceneIsHide : MonoBehaviour { // Token: 0x06004D84 RID: 19844 RVA: 0x00133BF8 File Offset: 0x00131DF8 [CallerCount(0)] public unsafe void SetIsHide(bool bIsHide) { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); checked { IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)]; *ptr = ref bIsHide; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(SceneIsHide.NativeMethodInfoPtr_SetIsHide_Public_Void_Boolean_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } } // Token: 0x06004D85 RID: 19845 RVA: 0x00133C4C File Offset: 0x00131E4C [CallerCount(0)] public unsafe bool GetIsHide() { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(SceneIsHide.NativeMethodInfoPtr_GetIsHide_Public_Boolean_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); return *IL2CPP.il2cpp_object_unbox(intPtr); } // Token: 0x06004D86 RID: 19846 RVA: 0x00133C9C File Offset: 0x00131E9C [CallerCount(4)] [CachedScanResults(RefRangeStart = 427476, RefRangeEnd = 427480, XrefRangeStart = 427476, XrefRangeEnd = 427480, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe SceneIsHide() : this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore.NativeClassPtr)) { IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(SceneIsHide.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x06004D87 RID: 19847 RVA: 0x00133CE8 File Offset: 0x00131EE8 // Note: this type is marked as 'beforefieldinit'. static SceneIsHide() { Il2CppClassPointerStore.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "SceneIsHide"); IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore.NativeClassPtr); SceneIsHide.NativeFieldInfoPtr_g_bIsHide = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "g_bIsHide"); SceneIsHide.NativeMethodInfoPtr_SetIsHide_Public_Void_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668405); SceneIsHide.NativeMethodInfoPtr_GetIsHide_Public_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668406); SceneIsHide.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668407); } // Token: 0x06004D88 RID: 19848 RVA: 0x0000351C File Offset: 0x0000171C public SceneIsHide(IntPtr pointer) : base(pointer) { } // Token: 0x17001BDA RID: 7130 // (get) Token: 0x06004D89 RID: 19849 RVA: 0x00133D68 File Offset: 0x00131F68 // (set) Token: 0x06004D8A RID: 19850 RVA: 0x00133D90 File Offset: 0x00131F90 public unsafe bool g_bIsHide { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(SceneIsHide.NativeFieldInfoPtr_g_bIsHide); return *intPtr; } set { *(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(SceneIsHide.NativeFieldInfoPtr_g_bIsHide)) = value; } } // Token: 0x040032FF RID: 13055 private static readonly IntPtr NativeFieldInfoPtr_g_bIsHide; // Token: 0x04003300 RID: 13056 private static readonly IntPtr NativeMethodInfoPtr_SetIsHide_Public_Void_Boolean_0; // Token: 0x04003301 RID: 13057 private static readonly IntPtr NativeMethodInfoPtr_GetIsHide_Public_Boolean_0; // Token: 0x04003302 RID: 13058 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; }