# bounds

> The probe's world space axis-aligned bounding box in which the probe can contribute to reflections.

## Definition

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

```csharp
public Bounds bounds { get; set; }
```

### Remarks

Additional Resources: [CullingResults.visibleReflectionProbes](/engine/6000.0/script-reference/unityengine/rendering/cullingresults/visiblereflectionprobes.md), [ReflectionProbe](/engine/6000.0/script-reference/unityengine/reflectionprobe.md).
