# vector2IntValue

> Value of a 2D integer vector property.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public Vector2Int vector2IntValue { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.6/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.Vector2Int](/engine/6000.6/script-reference/unityeditor/serializedpropertytype/vector2int.md), [Vector2Int](/engine/6000.6/script-reference/unityengine/vector2int.md).
