Пример #1
0
 public override void onGetCell()
 {
     cellEntityCall = new EntityCellEntityCall_AvatarBase(id, className);
     component1.onGetCell();
     component2.onGetCell();
     component3.onGetCell();
 }
Пример #2
0
 public override void onLoseCell()
 {
     cellEntityCall = null;
     component1.onLoseCell();
     component2.onLoseCell();
     component3.onLoseCell();
 }
Пример #3
0
 public override void onLoseCell()
 {
     cellEntityCall = null;
 }
Пример #4
0
 public override void onGetCell()
 {
     cellEntityCall = new EntityCellEntityCall_AvatarBase(id, className);
 }
Пример #5
0
 public override void onGetCell()
 {
     cellEntityCall           = new EntityCellEntityCall_AvatarBase();
     cellEntityCall.id        = id;
     cellEntityCall.className = className;
 }