Skip to content

ScriptableUShortEventListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Events/Scriptable UShort Event Listener", 1103)]
public sealed class ScriptableUShortEventListener : ScriptableEventListener<ushort>

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