包含此页的版本:
不含此页的版本:
将被立即处理的当前事件。
using UnityEngine;public class Example : MonoBehaviour { void OnGUI() { Debug.Log("Current detected event: " + Event.current); } }