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