# Overlaps(MinMaxAABB)

> Tests if the input AABB overlaps this AABB.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Mathematics.Geometry](/engine/6000.6/script-reference/unity/mathematics/geometry.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public bool Overlaps(MinMaxAABB aabb)
```

### Parameters

**** (\[MinMaxAABB]\(/engine/6000.6/script-reference/unity/mathematics/geometry/minmaxaabb)): AABB to test.

### Returns

| Type                                                          | Description                                 |
| ------------------------------------------------------------- | ------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if input AABB overlaps with this AABB. |
