ScriptableVector3IntListener Class
Definition
Section titled “Definition”A ScriptableValueListener<TValue> that listens to a ScriptableValue<T> with a type of UnityEngine.Vector3Int and invokes an UnityEngine.Events.UnityEvent when the value changes.
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Vector3Int Listener", 1020)]public sealed class ScriptableVector3IntListener : ScriptableValueListener<Vector3Int>Inheritance object → UnityEngine.Object → UnityEngine.Component → UnityEngine.Behaviour → UnityEngine.MonoBehaviour → ScriptableListenerBase → ScriptableValueListener<Vector3Int>