# IAdaptivePerformancePackage

> Implement this interface to provide package-level information and actions. Adaptive Performance Provider Management will reflect on all types in the project to find implementers of this interface. These instances are used to get information required to integrate your package with the Adaptive Performance Provider Management system.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor.AdaptivePerformance.Editor.Metadata](/engine/6000.7/script-reference/unityeditor/adaptiveperformance/editor/metadata.md)
* **Assembly:** UnityEditor.AdaptivePerformanceModule

```csharp
public interface IAdaptivePerformancePackage
```

## Properties

| Property                                                                                                                            | Description                                                                                                                                                                                                                                                                                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [metadata](/engine/6000.7/script-reference/unityeditor/adaptiveperformance/editor/metadata/iadaptiveperformancepackage/metadata.md) | Returns an instance of [IAdaptivePerformancePackageMetadata](/engine/6000.7/script-reference/unityeditor/adaptiveperformance/editor/metadata/iadaptiveperformancepackagemetadata.md). Information will be used to allow the Adaptive Performance Provider Management to provide settings and loaders through the settings UI. |

## Methods

| Method                                                                                                                                                                    | Description                                             |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| [PopulateNewSettingsInstance](/engine/6000.7/script-reference/unityeditor/adaptiveperformance/editor/metadata/iadaptiveperformancepackage/populatenewsettingsinstance.md) | Allows the package to configure new settings passed in. |
