# GetSettings()

> Gets the Settings of the loader used to descibe the loader and subsystems.

## Definition

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

```csharp
public abstract IAdaptivePerformanceSettings GetSettings()
```

### Returns

| Type                                                                                                                            | Description                 |
| ------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
| [IAdaptivePerformanceSettings](/engine/6000.5/script-reference/unityengine/adaptiveperformance/iadaptiveperformancesettings.md) | The settings of the loader. |
