IAdaptivePerformancePackageMetadata
Top-level package metadata interface. Create an instance of this interface to provide metadata information for your package.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.AdaptivePerformance.Editor.Metadata
- Assembly: UnityEditor.AdaptivePerformanceModule
public interface IAdaptivePerformancePackageMetadata
Properties
Property | Description |
|---|---|
| isDefaultPlatformProvider | Information about the status of being a default platform provider. |
| isDeprecated | Information about the deprecation state of the package. |
| licenseURL | The full URL for the license for your package. |
| loaderMetadata | List of IAdaptivePerformanceLoaderMetadata instances describing the data about the loaders your package supports. |
| packageId | The package id used to track and install the package. Must be the same value as the name keyword in the package.json file, otherwise installation will not be possible. |
| packageName | User-facing package name. Should be the same as the value for the displayName keyword in the package.json file. |
| settingsType | The full type name for the settings type for your package. |