Skip to content

ScriptableDecimalEvent Class

ScriptableEvent<T> with a decimal argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider