# IndexerOperationMode

> Returns the current operation mode of the indexer. Setting this also propagates the value to IAdaptivePerformanceSettings.ActiveScalerProfile 's AdaptivePerformanceScalerSettings.OperationMode so scaler getters reflect the active mode at runtime.

## Definition

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

```csharp
public OperationMode IndexerOperationMode { get; }
```
