Skip to content

ScriptableColorEventListener Class

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.

C#
[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 → ScriptableListenerBaseScriptableEventListener<Color>