# SetOcclusionLightIndices(int[])

> Sets the occlusion light indices on the BakeInput.

## Definition

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

```csharp
public void SetOcclusionLightIndices(int[] occlusionLightIndices)
```

### Parameters

**** (\[int\[]]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Array of occlusion light indices to set.
