# IDevelopmentSettings

> Use the developer settings interface to access and change settings which are available only in development mode.

## Definition

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

```csharp
public interface IDevelopmentSettings
```

## Properties

| Property                                                                                                                                     | Description                                                                                                                                  |
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| [Logging](/engine/6000.5/script-reference/unityengine/adaptiveperformance/idevelopmentsettings/logging.md)                                   | Returns true if logging was enabled in StartupSettings.                                                                                      |
| [LoggingFrequencyInFrames](/engine/6000.5/script-reference/unityengine/adaptiveperformance/idevelopmentsettings/loggingfrequencyinframes.md) | Adjust the frequency in frames at which the application logs frame statistics to the console. This is only relevant when logging is enabled. |
