[Home](./index.md) > [three-loader-3dtiles](./three-loader-3dtiles.md) > [Runtime](./three-loader-3dtiles.runtime.md) > [showTiles](./three-loader-3dtiles.runtime.showtiles.md)
## Runtime.showTiles() method
Show or hide the tile bounding boxes.
Signature:
```typescript
showTiles(boolean: any): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| boolean | any | |
Returns:
void