Namespace UnityEditor.AdaptivePerformance.Editor.Metadata
Classes
AdaptivePerformancePackageMetadataStore
Provide access to the metadata store. Currently only usable as a way to assign and remove loaders
to or from an Adaptive
Interfaces
IAdaptivePerformanceLoaderMetadata
Provides an interface for describing specific loader metadata. Package authors should implement this interface for each loader they provide in their package.
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.
IAdaptivePerformancePackageMetadata
Top-level package metadata interface. Create an instance of this interface to provide metadata information for your package.