Skip to content

ScriptableInt Class

ScriptableValue<T> with a int value.

C#
[CreateAssetMenu(fileName = "New Scriptable Int", menuName = "Hertzole/Scriptable Values/Values/Int Value", order = -996)]
public sealed class ScriptableInt : ScriptableValue<int>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly