using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; using UnityEngine; // Token: 0x020001F0 RID: 496 public class SceneIsHide : MonoBehaviour { // Token: 0x06004D03 RID: 19715 RVA: 0x00131C50 File Offset: 0x0012FE50 [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: 0x06004D04 RID: 19716 RVA: 0x00131CA4 File Offset: 0x0012FEA4 [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: 0x06004D05 RID: 19717 RVA: 0x00131CF4 File Offset: 0x0012FEF4 [CallerCount(4)] [CachedScanResults(RefRangeStart = 410771, RefRangeEnd = 410775, XrefRangeStart = 410771, XrefRangeEnd = 410775, 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: 0x06004D06 RID: 19718 RVA: 0x00131D40 File Offset: 0x0012FF40 // 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, 100668374); SceneIsHide.NativeMethodInfoPtr_GetIsHide_Public_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668375); SceneIsHide.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668376); } // Token: 0x06004D07 RID: 19719 RVA: 0x0000351C File Offset: 0x0000171C public SceneIsHide(IntPtr pointer) : base(pointer) { } // Token: 0x17001BB9 RID: 7097 // (get) Token: 0x06004D08 RID: 19720 RVA: 0x00131DC0 File Offset: 0x0012FFC0 // (set) Token: 0x06004D09 RID: 19721 RVA: 0x00131DE8 File Offset: 0x0012FFE8 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: 0x040032AB RID: 12971 private static readonly IntPtr NativeFieldInfoPtr_g_bIsHide; // Token: 0x040032AC RID: 12972 private static readonly IntPtr NativeMethodInfoPtr_SetIsHide_Public_Void_Boolean_0; // Token: 0x040032AD RID: 12973 private static readonly IntPtr NativeMethodInfoPtr_GetIsHide_Public_Boolean_0; // Token: 0x040032AE RID: 12974 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; }