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