# worldBounds

> Defines world space bounds for the geometry. Used to cull and sort the rendered geometry.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public Bounds worldBounds { readonly get; set; }
```
