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