# realtimeReflectionProbes

> Enables or disables real-time reflection probes.

## Definition

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

```csharp
public static bool realtimeReflectionProbes { get; set; }
```

### Remarks

If disabled, real-time reflection probes will not be baked. Additional Resources: [Quality Settings](/engine/6000.6/manual/unity-editor/editor-settings-reference/comp-manager-group/class-quality-settings.md).
