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