UnityEditor.LightingEditor.OnDisable C# (CSharp) Method

OnDisable() public method

public OnDisable ( ) : void
return void
        public virtual void OnDisable()
        {
            SessionState.SetBool("ShowLightingEditor", this.m_ShowEditor);
            this.m_ShowAmbientBakeMode.valueChanged.RemoveAllListeners();
            this.m_ParentWindow = null;
        }