# ambientProbeBaking

> Determines if this renderer supports ambient probe baking.

## Definition

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

```csharp
public bool ambientProbeBaking { get; set; }
```

### Remarks

This property enables ambient probe baking for projects using compatible render pipelines. Additional Resources: [RenderSettings.ambientProbe](/engine/6000.5/script-reference/unityengine/rendersettings/ambientprobe.md).
