Skip to content

ScriptableDoubleEvent Class

ScriptableEvent<T> with a double argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider