UnityEditor.PopupWindowWithoutFocus.OnDisable C# (CSharp) Méthode

OnDisable() private méthode

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