UnityEditor.FlexibleMenuModifyItemUI.OnClose C# (CSharp) Method

OnClose() public method

public OnClose ( ) : void
return void
        public override void OnClose()
        {
            this.m_Object = null;
            this.m_AcceptedCallback = null;
            this.m_IsInitialized = false;
            EditorApplication.RequestRepaintAllViews();
        }