AdaptivePerformancePackageInitializationBase
An interface for automating the initial setup of a provider package.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.AdaptivePerformance.Editor
- Assembly: UnityEditor.AdaptivePerformanceModule
public interface AdaptivePerformancePackageInitializationBase
Remarks
Implement this interface to automatically create default AdaptivePerformanceLoader and settings assets when the package is installed. This one-time initialization process ensures that the necessary assets exist without requiring manual configuration by the user.
Properties
Property | Description |
|---|---|
| LoaderFullTypeName | The loader full type name for this package |
| LoaderTypeName | The loader type name for this package |
| PackageInitKey | Package initialization key |
| PackageName | Package name property |
| SettingsFullTypeName | The settings full type name for this package |
| SettingsTypeName | The settings type name for this package |
Methods
Method | Description |
|---|---|
| PopulateSettingsOnInitialization | Initialize package settings |