# Enabled

> Returns true if this scaler is active, otherwise returns false. Routed through ActiveSetting, so reads and writes target the current mode's per-mode settings struct. Switching IAdaptivePerformanceSettings.IndexerOperationMode changes which struct this getter reads from, so per-mode enabled state takes effect on mode change without any explicit sync.

## Definition

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

```csharp
public virtual bool Enabled { get; set; }
```
