public void Close() { listModel.FindAll((a) => { a.RemoveObserver(this); return(false); }); listModel.Clear(); //TweenScale(false); gameObject.SetActive(false); CloseInit(); PanelUtil.RecordClosePanel(this); }
public virtual void RecordClose() { PanelUtil.RecordClosePanel(this); }