# vector2Value

> Value of a 2D vector property.

## Definition

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

```csharp
public Vector2 vector2Value { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.7/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.Vector2](/engine/6000.7/script-reference/unityeditor/serializedpropertytype/vector2.md), [Vector2](/engine/6000.7/script-reference/unityengine/vector2.md).
