public void Show() { transform.SetAsLastSibling(); gameObject.SetActive(true); PanelUtil.RecordOpenPanel(this); if (NeedAniOpen) { TweenScale(true); } ShowInit(); }
public virtual void RecordOpen() { PanelUtil.RecordOpenPanel(this); }