コード例 #1
0
ファイル: GridController.cs プロジェクト: isaveu/Runthm
 void Scroll()
 {
     if (sheetController.isScrolling && !sheetController.isLeftCtrl)
     {
         gridGenerator.ChangePos(sheetController.scrollDir);
     }
 }