# boundsIntValue

> Value of bounds with integer values property.

## Definition

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

```csharp
public BoundsInt boundsIntValue { get; set; }
```

### Remarks

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