UnityEditor.PopupWindowWithoutFocus.OnDisable C# (CSharp) Method

OnDisable() private method

private OnDisable ( ) : void
return void
        private void OnDisable()
        {
            s_LastClosedTime = EditorApplication.timeSinceStartup;
            if (this.m_WindowContent != null)
            {
                this.m_WindowContent.OnClose();
            }
            s_PopupWindowWithoutFocus = null;
        }