Пример #1
0
 static void SetVisibleAllCubes()
 {
     string[] names = GetCubeNames("all");
     GameObjectCreator.SetVisibleAllGameObjects(names, true);
 }
Пример #2
0
 static void SetVisible1x1Cube()
 {
     string[] names = GetCubeNames("1x1cube");
     GameObjectCreator.SetVisibleAllGameObjects(names, true);
 }