コード例 #1
0
ファイル: Input.cs プロジェクト: memsyi/The-2D-Game
 public void TriggerInputRaw(Vector3 dir)
 {
     move.MoveCommandRaw(dir, speed);
 }