ScriptableVector3IntEventListener Class
Definition
Section titled “Definition”A ScriptableEventListener<TValue> that listens to a ScriptableEvent<T> with a type of UnityEngine.Vector3Int and invokes an UnityEngine.Events.UnityEvent when the event is invoked.
[AddComponentMenu("Scriptable Values/Listeners/Events/Scriptable Vector3Int Event Listener", 1120)]public sealed class ScriptableVector3IntEventListener : ScriptableEventListener<Vector3Int>Inheritance object → UnityEngine.Object → UnityEngine.Component → UnityEngine.Behaviour → UnityEngine.MonoBehaviour → ScriptableListenerBase → ScriptableEventListener<Vector3Int>