Skip to content

ScriptableShortListener Class

A ScriptableValueListener<TValue> that listens to a ScriptableValue<T> with a type of short and invokes an UnityEngine.Events.UnityEvent when the value changes.

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Short Listener", 1002)]
public sealed class ScriptableShortListener : ScriptableValueListener<short>

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