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