UnityEditor.PaneDragTab.Close C# (CSharp) Méthode

Close() public méthode

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