# synchronousMode

> When enabled, new dynamic Global Illumination output is shown in each frame.

## Definition

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

> **Warning:**
>
> **Deprecated.** Enlighten realtime Global Illumination is deprecated and will be removed in a future release. #from(6000.7)

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

### Remarks

This affects performance a lot and should mostly be used for automated testing.
