Skip to content

ScriptableVector3Event Class

ScriptableEvent<T> with a UnityEngine.Vector3 argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider