ScriptableColor32Listener Class
Definition
Section titled “Definition”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.
[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 → ScriptableListenerBase → ScriptableValueListener<Color32>