Skip to content

ScriptableUShort Class

ScriptableValue<T> with a ushort value.

C#
[CreateAssetMenu(fileName = "New Scriptable U Short", menuName = "Hertzole/Scriptable Values/Values/UShort Value", order = -997)]
public sealed class ScriptableUShort : ScriptableValue<ushort>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly