Skip to content

ScriptableULongEvent Class

ScriptableEvent<T> with a ulong argument.

C#
[CreateAssetMenu(fileName = "New Scriptable U Long Event", menuName = "Hertzole/Scriptable Values/Events/ULong Event", order = -941)]
public sealed class ScriptableULongEvent : ScriptableEvent<ulong>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider