Version: 2021.2
言語: 日本語
public static Event current ;

説明

処理中の current イベント

using UnityEngine;

public class Example : MonoBehaviour { void OnGUI() { Debug.Log("Current detected event: " + Event.current); } }