TryGetManifestInfo(string, string, out PackageManifestInfo)
Queries the package version database.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor.Modules
- Assembly: UnityEditor
TryGetManifestInfo(string, string, PackageManifestInfo)
public bool TryGetManifestInfo(string editorVersionPrefix, string packageName, out PackageManifestDatabase.PackageManifestInfo manifest)
Parameters
The Unity version to query. Usually a future version, to detect what will change during an upgrade.
The package to query.
The information about the package in the desired version.
Returns
Type | Description |
|---|---|
| bool | Returns true if the database contains information about the supplied package. |