コード例 #1
0
 private void ManageInput()
 {
     // activate left thruster
     if (Input.GetKeyUp(KeyCode.Space))
     {
         thruster.ApplyThrust(fullPower);
         leftJet.Play();
     }
 }