Skip to content

ScriptableShortEventListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Events/Scriptable Short Event Listener", 1102)]
public sealed class ScriptableShortEventListener : ScriptableEventListener<short>

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