UnityEditorInternal.ProfilerChart.ReadActiveState C# (CSharp) 메소드

ReadActiveState() 개인적인 메소드

private ReadActiveState ( ) : bool
리턴 bool
        private bool ReadActiveState()
        {
            if (this.m_Area == ProfilerArea.GPU)
            {
                return SessionState.GetBool("ProfilerChart" + this.m_Area, false);
            }
            return EditorPrefs.GetBool("ProfilerChart" + this.m_Area, true);
        }