UnityEditor.OtherRenderingEditor.OnDisable C# (CSharp) Method

OnDisable() public method

public OnDisable ( ) : void
return void
        public virtual void OnDisable()
        {
            SessionState.SetBool("ShowOtherRenderingEditorFoldout", this.m_ShowEditor);
        }