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