Skip to content

ScriptableShortEvent Class

ScriptableEvent<T> with a short argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider