Esempio n. 1
0
 void Update()
 {
     if (Time.timeScale == 0)
     {
         xboxInput.Initialize();
     }
     else
     {
         xboxInput.InputUpdate();        // 入力更新
     }
 }
Esempio n. 2
0
 void Update()
 {
     xboxInput.InputUpdate();        // 入力更新
 }