public void StartRotate(float x) { isRotating = true; percent = Mathf.Abs(x); cutting.ReadyRight(percent > cutPercent ? true : false); }