# AdaptivePerformanceIndexerSettings

> Settings of indexer system.

## Definition

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

```csharp
public class AdaptivePerformanceIndexerSettings
```

## Properties

| Property                                                                                                                                               | Description                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
| [active](/engine/6000.6/script-reference/unityengine/adaptiveperformance/adaptiveperformanceindexersettings/active.md)                                 | Returns true if Indexer was active, false otherwise.                         |
| [performanceActionDelay](/engine/6000.6/script-reference/unityengine/adaptiveperformance/adaptiveperformanceindexersettings/performanceactiondelay.md) | Delay after any scaler is applied or unapplied because of performance state. |
| [thermalActionDelay](/engine/6000.6/script-reference/unityengine/adaptiveperformance/adaptiveperformanceindexersettings/thermalactiondelay.md)         | Delay after any scaler is applied or unapplied because of thermal state.     |
