Skip to content

ScriptableULong Class

ScriptableValue<T> with a ulong value.

C#
[CreateAssetMenu(fileName = "New Scriptable U Long", menuName = "Hertzole/Scriptable Values/Values/ULong Value", order = -993)]
public sealed class ScriptableULong : ScriptableValue<ulong>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly