Skip to content

ScriptableVector3IntEvent Class

ScriptableEvent<T> with a UnityEngine.Vector3Int argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider