ScriptableColor Class
Definition
Section titled “Definition”ScriptableValue<T> with a UnityEngine.Color value.
[CreateAssetMenu(fileName = "New Scriptable Color", menuName = "Hertzole/Scriptable Values/Values/Color Value", order = -986)]public sealed class ScriptableColor : ScriptableValue<Color>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnlyInheritance object → UnityEngine.Object → UnityEngine.ScriptableObject → RuntimeScriptableObject → ScriptableValue → ScriptableValue<Color>
Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly