Skip to content

ScriptableDecimal Class

ScriptableValue<T> with a decimal value.

C#
[CreateAssetMenu(fileName = "New Scriptable Decimal", menuName = "Hertzole/Scriptable Values/Values/Decimal Value", order = -990)]
public sealed class ScriptableDecimal : ScriptableValue<decimal>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly