Skip to content

ScriptableCharListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Char Listener", 1013)]
public sealed class ScriptableCharListener : ScriptableValueListener<char>

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