GetKeyDown(KeyCode.A)) //按下A的時候執行一次. {. Debug.Log("A Down");. } if (Input.GetKey(KeyCode.A)) //按下A的期間都會執行.
確定! 回上一頁