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