# GetIntegrationContext()

> Get the Integration context.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.LightTransport](/engine/6000.3/script-reference/unityengine/lighttransport.md)
* **Assembly:** UnityEditor

```csharp
public IntegrationContext GetIntegrationContext()
```

### Returns

| Type                                                                                                   | Description                      |
| ------------------------------------------------------------------------------------------------------ | -------------------------------- |
| [IntegrationContext](/engine/6000.3/script-reference/unityengine/lighttransport/integrationcontext.md) | The current Integration context. |

### Remarks

Get the current integration context set on the world.
