# vector4Value

> Value of a 4D vector property.

## Definition

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

```csharp
public Vector4 vector4Value { get; set; }
```

### Remarks

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