Skip to content

ScriptableColor32Listener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Color32 Listener", 1015)]
public sealed class ScriptableColor32Listener : ScriptableValueListener<Color32>

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