Skip to content

ScriptableVector2Int Class

ScriptableValue<T> with a UnityEngine.Vector2Int value.

C#
[CreateAssetMenu(fileName = "New Scriptable Vector 2 Int", menuName = "Hertzole/Scriptable Values/Values/Vector2Int Value", order = -981)]
public sealed class ScriptableVector2Int : ScriptableValue<Vector2Int>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly

Inheritance object → UnityEngine.Object → UnityEngine.ScriptableObject → RuntimeScriptableObjectScriptableValueScriptableValue<Vector2Int>

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly