# GetAdditionalBakeDelegate()

> Get the currently set additional bake delegate.

## Definition

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

> **Warning:**
>
> **Deprecated.** This method has been deprecated.

```csharp
public static Lightmapping.AdditionalBakeDelegate GetAdditionalBakeDelegate()
```

### Returns

| Type                                                                                                         | Description                                         |
| ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------- |
| [AdditionalBakeDelegate](/engine/6000.7/script-reference/unityeditor/lightmapping/additionalbakedelegate.md) | Returns the currently set additional bake delegate. |
