Ejemplo n.º 1
0
 public void Init(UViewPlayerGloryMoment wndView, int index, string time, bool bSelect)
 {
     Clear();
     m_WndView = wndView;
     nIndex    = index;
     SetData(time, bSelect);
 }
Ejemplo n.º 2
0
 public void Clear()
 {
     nIndex    = -1;
     m_WndView = null;
     TagLine.gameObject.SetActive(false);
     SelectTxt.text   = "";
     UnSelectTxt.text = "";
     SelectTxt.gameObject.SetActive(false);
     UnSelectTxt.gameObject.SetActive(false);
 }
Ejemplo n.º 3
0
 public void Init(UViewPlayerGloryMoment wndView)
 {
     m_WndView = wndView;
     this.gameObject.SetActive(false);
 }
Ejemplo n.º 4
0
 public void Init(UViewPlayerGloryMoment wndView)
 {
     timeDelta = 0;
     m_wndView = wndView;
 }