このページを含むバージョン:
このページを含まないバージョン:
処理中の current イベント
using UnityEngine;public class Example : MonoBehaviour { void OnGUI() { Debug.Log("Current detected event: " + Event.current); } }