Skip to content

ScriptableUShortListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable UShort Listener", 1003)]
public sealed class ScriptableUShortListener : ScriptableValueListener<ushort>

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