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