/// <summary> /// 关闭面板 /// </summary> public void Close() { ui_mgr.CloseUI(this); SetActive(this, false); Dispose(); }