Skip to content

ScriptableVector2Event Class

ScriptableEvent<T> with a UnityEngine.Vector2 argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider