用于描述 Unity 包的结构。
对注册表中的包、源代码仓库修订版本、网络中的资源或磁盘上可用包的引用。
assetPath | The asset path of the package in the AssetDatabase. |
author | An AuthorInfo instance of the author of the package. |
category | 包的类别。 |
dependencies | An array of DependencyInfos listing all the packages this package directly depends on. |
description | 包的详细描述。 |
displayName | 包的友好显示名称。 |
errors | 与包相关的错误。 |
keywords | An array of keywords associated with the package. |
name | 包的唯一名称。 |
packageId | 包的标识符。 |
resolvedDependencies | An array of DependencyInfos listing all the packages this package directly or indirectly depends to and the versions they resolved to. |
resolvedPath | 磁盘上项目的本地路径。 |
source | 包内容的来源。 |
status | 包的状态。 |
version | 包的版本。 |
versions | 包含有关包的可用版本信息的 VersionsInfo 实例。 |