Skip to content

ScriptableUShortEvent Class

ScriptableEvent<T> with a ushort argument.

C#
[CreateAssetMenu(fileName = "New Scriptable U Short Event", menuName = "Hertzole/Scriptable Values/Events/UShort Event", order = -945)]
public sealed class ScriptableUShortEvent : ScriptableEvent<ushort>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider