Exemple #1
0
 public void SetUpScene(int dimension, int colorsNumber, Color32[] colors, BoxStrategyScript strategy, Material mat)
 {
     boxStrategy = strategy;
     BoxInGame   = boxStrategy.SetUpScene(transform, dimension, colorsNumber, colors, DIST, mat);
 }