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