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);
        }