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