# GetDelegate()

> Get the currently set conversion delegate.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Experimental.GlobalIllumination](/engine/6000.6/script-reference/unityengine/experimental/globalillumination.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static Lightmapping.RequestLightsDelegate GetDelegate()
```

### Returns

| Type                                                                                                                                       | Description                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| [RequestLightsDelegate](/engine/6000.6/script-reference/unityengine/experimental/globalillumination/lightmapping/requestlightsdelegate.md) | Returns the currently set conversion delegate. |
