Skip to content

ScriptableColorListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Color Listener", 1014)]
public sealed class ScriptableColorListener : ScriptableValueListener<Color>

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