コード例 #1
0
 public void MoveVertically(float value)
 {
     movementController.MoveVertically(value * GetSpeed());
 }