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.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.AdaptivePerformance.Editor.Metadata
- Assembly: UnityEditor.AdaptivePerformanceModule
public interface IAdaptivePerformancePackage
Properties
Property | Description |
|---|---|
| metadata | Returns an instance of IAdaptivePerformancePackageMetadata. Information will be used to allow the Adaptive Performance Provider Management to provide settings and loaders through the settings UI. |
Methods
Method | Description |
|---|---|
| PopulateNewSettingsInstance | Allows the package to configure new settings passed in. |