UnityEditor.PopupWindowWithoutFocus.OnDisable C# (CSharp) 메소드

OnDisable() 개인적인 메소드

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