Ejemplo n.º 1
0
 public void InitData(FriendPop m, FriendPop.FriendTab i)
 {
     bg  = this.GetComponent <UISprite>();
     btn = this.GetComponent <UIButton>();
     pop = m;
     id  = i;
     SetState(false);
 }
Ejemplo n.º 2
0
 public void InitData(FriendPop p, FriendData d, int i, FriendPop.FriendTab t)
 {
     pop   = p;
     data  = d;
     index = i;
     tab   = t;
     CheckBtn();
     SetInfo();
 }