ScriptableColorEventListener Class
Definition
Section titled “Definition”A ScriptableEventListener<TValue> that listens to a ScriptableEvent<T> with a type of UnityEngine.Color and invokes an UnityEngine.Events.UnityEvent when the event is invoked.
[AddComponentMenu("Scriptable Values/Listeners/Events/Scriptable Color Event Listener", 1114)]public sealed class ScriptableColorEventListener : ScriptableEventListener<Color>Inheritance object → UnityEngine.Object → UnityEngine.Component → UnityEngine.Behaviour → UnityEngine.MonoBehaviour → ScriptableListenerBase → ScriptableEventListener<Color>