AdaptivePerformancePackageMetadataStore
Provide access to the metadata store. Currently only usable as a way to assign and remove loaders to or from an AdaptivePerformanceManagerSettings instance.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: UnityEditor.AdaptivePerformance.Editor.Metadata
- Assembly: UnityEditor.AdaptivePerformanceModule
public class AdaptivePerformancePackageMetadataStore
Static Methods
Method | Description |
|---|---|
| AssignLoader | Assigns a loader of type loaderTypeName to the settings instance. Will instantiate an instance if one can't be found in the user's project folder before assigning it. |
| RemoveLoader | Remove a previously assigned loader from settings. If the loader type is unknown or an instance of the loader can't be found in the project folder, no action is taken. |