> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/functions/renderer.boundingespboxfilled.md).

# renderer.boundingESPBoxFilled

> **boundingESPBoxFilled**(`bb`, `color`, `depth`): `void`

Draws a filled ESP box using the specified bounding box, color and depth testing

### Parameters

#### bb

[`AxisAlignedBB`](/api/net/minecraft/util/axisalignedbb.md)

The bounding box to draw, has to be given in world coordinates.

#### color

[`Color`](/api/breeze/util/color.md)

The color of the bounding box.

#### depth

`boolean`

Use depth for rendering the box.

### Returns

`void`
