Unity3D基礎9:獲取鼠標鍵盤輸入

  前文:http://www.javashuo.com/article/p-qytengzl-ob.html(C#腳本) 一、獲取鍵盤輸入 相關API(其中KeyCode爲鍵碼,例如空格鍵就是KeyCode.Space): Input.GetKey(KeyCode):按下某鍵後,持續返回 ture Input.GetKeyDown(KeyCode):按下某鍵的一瞬間返回 true Input.G
相關文章
相關標籤/搜索