# GetNormalModeSetting()

> Gets the normal mode settings. For wrappers, this returns the underlying normal mode field. For regular settings objects, this returns itself.

## Definition

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

```csharp
public virtual AdaptivePerformanceScalerSettingsBase GetNormalModeSetting()
```

### Returns

| Type                                                                                                                                              | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| [AdaptivePerformanceScalerSettingsBase](/engine/6000.7/script-reference/unityengine/adaptiveperformance/adaptiveperformancescalersettingsbase.md) |             |
