> For the complete documentation index, see [llms.txt](https://vc-docs.gitbook.io/engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc-docs.gitbook.io/engine/home/doxygen_synced/classes/class_renderer.md).

# Renderer

**Usage:** `api.Renderer.Bounds(rend)`

Wrapper around UnityEngine.Renderer.

## Public Functions

|        | Name                                                                                                                                                                                                                                    |
| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Bounds | <p><a href="https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_renderer.md#function-bounds"><strong>Bounds</strong></a>(UnityEngine.Renderer rend)<br>Returns the renderer's world-space bounds.</p> |

## Public Functions Documentation

### function Bounds

```csharp
static Bounds Bounds(
    UnityEngine.Renderer rend
)
```

Returns the renderer's world-space bounds.

**Parameters**:

* **rend** The renderer.

**Return**: World-space bounds.

***

Updated on 2026-07-22 at 12:00:00 +0800
