ScriptableIntListener Class
Definition
Section titled “Definition”A ScriptableValueListener<TValue> that listens to a ScriptableValue<T> with a type of int and invokes an UnityEngine.Events.UnityEvent when the value changes.
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Int Listener", 1004)]public sealed class ScriptableIntListener : ScriptableValueListener<int>Inheritance object → UnityEngine.Object → UnityEngine.Component → UnityEngine.Behaviour → UnityEngine.MonoBehaviour → ScriptableListenerBase → ScriptableValueListener<int>