> 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.boundingespbox.md).

# renderer.boundingESPBox

> **boundingESPBox**(`bb`, `color`, `lineWidth`, `depth`): `void`

Draws an outline 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.

#### lineWidth

`number`

The width of the bounding box outline.

#### depth

`boolean`

Use depth for rendering the box.

### Returns

`void`
