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