Skip to content

ScriptableVector4Event Class

ScriptableEvent<T> with a UnityEngine.Vector4 argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider