示例#1
0
 public void GoButton()
 {
     m_navAgent.speed += 0.008f;
     bgmController.pitchUp();  //bgmを速くする
 }