Exemplo n.º 1
0
 public void removeHorizontalCell(MDPanelViewCellInterFace aCell)
 {
     list_horizontal_IF.Remove(aCell);
 }
Exemplo n.º 2
0
 public void addVerticalCell(MDPanelViewCellInterFace aCell)
 {
     list_vertical_IF.Add(aCell);
     aCell.getTransform().parent = this.transform;
 }
Exemplo n.º 3
0
 public void removeVerticalCell(MDPanelViewCellInterFace aCell)
 {
     list_vertical_IF.Remove(aCell);
 }
Exemplo n.º 4
0
 public void addHorizontalCell(MDPanelViewCellInterFace aCell)
 {
     list_horizontal_IF.Add(aCell);
     aCell.getTransform().parent = this.transform;
 }