Skip to content

ScriptableVector3IntEventListener Class

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.

C#
[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 → ScriptableListenerBaseScriptableEventListener<Vector3Int>