Skip to content

ScriptableIntEvent Class

ScriptableEvent<T> with a int argument.

C#
[CreateAssetMenu(fileName = "New Scriptable Int Event", menuName = "Hertzole/Scriptable Values/Events/Int Event", order = -944)]
public sealed class ScriptableIntEvent : ScriptableEvent<int>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider