Skip to content

ScriptableVector2IntEvent Class

ScriptableEvent<T> with a UnityEngine.Vector2Int argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider