UnityEditor.PaneDragTab.Close C# (CSharp) 메소드

Close() 공개 메소드

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