# Lightmapping.AdditionalBakeDelegate

> Delegate called at the last stage of the baking pipeline.

## Definition

* **Type:** Delegate
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public delegate void Lightmapping.AdditionalBakeDelegate(ref float progress, ref bool done)
```
