isConverged
Is precomputed Enlighten Realtime Global Illumination output converged?
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool isConverged { get; }
Remarks
The GI system will process updates to lighting and update the Enlighten Realtime Global Illumination lightmaps. Updates can be triggered by Scene load, animating lights and material changes. Can for instance be used to show a loading screen while lighting is still converging and remove the loading screen once lighting is fully converged.