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