# Sandbox.Navigation.NavMesh.CustomBounds

```csharp
bool CustomBounds { get; set; }
```

By Default , the navmesh will calculate bounds based on the world geometry, but if you want to override that, you can set custom bounds here.

Declared in [Sandbox.Navigation.NavMesh](/api/Sandbox.Navigation.NavMesh).
Assembly: `Sandbox.Engine`.
