示例#1
0
 public void Init()
 {
     boxes = new BoxCluster(STEP, MARGIN, dW, dH);
     boxes.DRAW(this);
 }
示例#2
0
 void Awake()
 {
     cluster = GetComponent <BoxCluster>();
 }