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