Skip to content

ScriptableColorEvent Class

ScriptableEvent<T> with a UnityEngine.Color argument.

C#
[CreateAssetMenu(fileName = "New Scriptable Color Event", menuName = "Hertzole/Scriptable Values/Events/Color Event", order = -934)]
public sealed class ScriptableColorEvent : ScriptableEvent<Color>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider

Inheritance object → UnityEngine.Object → UnityEngine.ScriptableObject → RuntimeScriptableObjectScriptableEvent<Color>

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider