コード例 #1
0
ファイル: BladeRotate.cs プロジェクト: jetchopper/Rich
 public void StartRotate(float x)
 {
     isRotating = true;
     percent    = x;
     cutting.ReadyLeft(percent > cutPercent ? true : false);
 }