# SetEnabledViewTypes(BatchCullingViewType[])

> Set the combination of BatchCullingViewType for which this BatchRendererGroup should receive an OnPerformCulling callback.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Rendering](/engine/6000.0/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public void SetEnabledViewTypes(BatchCullingViewType[] viewTypes)
```

### Parameters

**** (\[BatchCullingViewType\[]]\(/engine/6000.0/script-reference/unityengine/rendering/batchcullingviewtype)): The [BatchCullingViewType](/engine/6000.0/script-reference/unityengine/rendering/batchcullingviewtype.md) array.
