【Unity&按鍵設置】按下任意按鍵,返回按鍵的名稱

實現的是:按下任意按鍵,返回按鍵的名稱html 根據參考資料1 函數 1.方法 OnGUI() 函數的時間Event方法 測試 using UnityEngine; using System.Collections; public class example : MonoBehaviour { void OnGUI() { Event e = Event.current;
相關文章
相關標籤/搜索