# vector3Value

> Value of a 3D vector property.

## Definition

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

```csharp
public Vector3 vector3Value { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.0/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.Vector3](/engine/6000.0/script-reference/unityeditor/serializedpropertytype/vector3.md), [Vector3](/engine/6000.0/script-reference/unityengine/vector3.md).
