# AdaptiveBatching

> A scaler setting used by AdaptivePerformanceIndexer to control if dynamic batching is enabled.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AdaptivePerformance](/engine/6000.5/script-reference/unityengine/adaptiveperformance.md)
* **Assembly:** UnityEngine.AdaptivePerformanceModule

> **Warning:**
>
> **Deprecated.** AdaptiveBatching is deprecated and will be removed in a future release. #from(6000.5)

```csharp
public AdaptivePerformanceScalerSettingsBase AdaptiveBatching { get; set; }
```
