static void SetVisibleAllCubes() { string[] names = GetCubeNames("all"); GameObjectCreator.SetVisibleAllGameObjects(names, true); }
static void SetVisible1x1Cube() { string[] names = GetCubeNames("1x1cube"); GameObjectCreator.SetVisibleAllGameObjects(names, true); }