# AdaptiveBatching

> A scaler setting used by AdaptivePerformanceIndexer to control if dynamic batching is enabled. Returns the active setting based on current OperationMode with enabled field redirected to separate storage.

## Definition

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

> **Warning:**
>
> **Removed.** AdaptiveBatching is obsolete.

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