# vector3IntValue

> Value of a 3D integer vector property.

## Definition

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

```csharp
public Vector3Int vector3IntValue { get; set; }
```

### Remarks

Additional Resources: [SerializedProperty.propertyType](/engine/6000.5/script-reference/unityeditor/serializedproperty/propertytype.md), [SerializedPropertyType.Vector3Int](/engine/6000.5/script-reference/unityeditor/serializedpropertytype/vector3int.md), [Vector3Int](/engine/6000.5/script-reference/unityengine/vector3int.md).
