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