Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

IAdaptivePerformancePackage

interface in UnityEditor.AdaptivePerformance.Editor.Metadata

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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.

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.

Public Methods

Method Description
PopulateNewSettingsInstance Allows the package to configure new settings passed in.