Exemple #1
0
 public void Init(EctypePanleManager myParent)
 {
     this.MyParent           = myParent;
     transform.localPosition = Vector3.zero;
     if (commonUIBottomButtonTool != null)
     {
         commonUIBottomButtonTool.ShowAnim();
     }
 }
Exemple #2
0
 public void Show(SMSGEctypeSelect_SC unlockEctypeData, EctypePanleManager myParent, int ectypeID)
 {
     Init();
     MyParent = myParent;
     gameObject.SetActive(true);
     jumpPointEctypeID = ectypeID;
     //UnlockEctypeData = unlockEctypeData;
     StartCoroutine(m_EctypeDiffListPanel.Init(unlockEctypeData, this, ectypeID));
     //m_EctypeContainerListPanel.TweenShow();
     //Invoke ("WaitTweenFun",0.13f);
     m_CommonPanelTitle.TweenShow();
     //SoundManager.Instance.PlaySoundEffect("Sound_UIEff_EctypeUIAppear");
 }