transform.Rotate();
foreach (Transform obj in массивОбъектов) obj.Rotate(Vector3.up * Time.deltaTime * скорость);