Skip to content

ScriptableIntEventListener Class

A ScriptableEventListener<TValue> that listens to a ScriptableEvent<T> with a type of int and invokes an UnityEngine.Events.UnityEvent when the event is invoked.

C#
[AddComponentMenu("Scriptable Values/Listeners/Events/Scriptable Int Event Listener", 1104)]
public sealed class ScriptableIntEventListener : ScriptableEventListener<int>

Inheritance object → UnityEngine.Object → UnityEngine.Component → UnityEngine.Behaviour → UnityEngine.MonoBehaviour → ScriptableListenerBaseScriptableEventListener<int>