| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Event-current.html | [Back] [Original] |
The current event that's being processed right now.
using UnityEngine;
public class Example : MonoBehaviour { void OnGUI() { Debug.Log("Current detected event: " + Event.current); } }
| Web Proxy Viewer | New URL | Original Page |