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