UnityEditor.PaneDragTab.Close C# (CSharp) Method

Close() public method

public Close ( ) : void
return void
        public void Close()
        {
            if (this.m_Window != null)
            {
                this.m_Window.Close();
            }
            Object.DestroyImmediate(this, true);
            s_Get = null;
        }