using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; using UnityEngine; // Token: 0x0200022D RID: 557 public class SceneIsHide : MonoBehaviour { // Token: 0x06005234 RID: 21044 RVA: 0x00147470 File Offset: 0x00145670 [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: 0x06005235 RID: 21045 RVA: 0x001474C4 File Offset: 0x001456C4 [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: 0x06005236 RID: 21046 RVA: 0x00147514 File Offset: 0x00145714 [CallerCount(4)] [CachedScanResults(RefRangeStart = 430469, RefRangeEnd = 430473, XrefRangeStart = 430469, XrefRangeEnd = 430473, 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: 0x06005237 RID: 21047 RVA: 0x00147560 File Offset: 0x00145760 // 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, 100668811); SceneIsHide.NativeMethodInfoPtr_GetIsHide_Public_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668812); SceneIsHide.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668813); } // Token: 0x06005238 RID: 21048 RVA: 0x0000351C File Offset: 0x0000171C public SceneIsHide(IntPtr pointer) : base(pointer) { } // Token: 0x17001D3C RID: 7484 // (get) Token: 0x06005239 RID: 21049 RVA: 0x001475E0 File Offset: 0x001457E0 // (set) Token: 0x0600523A RID: 21050 RVA: 0x00147608 File Offset: 0x00145808 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: 0x0400362C RID: 13868 private static readonly IntPtr NativeFieldInfoPtr_g_bIsHide; // Token: 0x0400362D RID: 13869 private static readonly IntPtr NativeMethodInfoPtr_SetIsHide_Public_Void_Boolean_0; // Token: 0x0400362E RID: 13870 private static readonly IntPtr NativeMethodInfoPtr_GetIsHide_Public_Boolean_0; // Token: 0x0400362F RID: 13871 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; }