Version: 2020.3

PackageInfo

class in UnityEditor.PackageManager

切换到手册

描述

用于描述 Unity 包的结构。

对注册表中的包、源代码仓库修订版本、网络中的资源或磁盘上可用包的引用。

变量

assetPathAssetDatabase 中包的资源路径。
author包创作者的 AuthorInfo 实例。
category包的类别。
changelogUrlThe custom URL for the changelog for the package.
datePublished包的发布日期和时间。
dependencies一个 DependencyInfos 数组,其中列出此包直接依赖的所有包。
description包的详细描述。
displayName包的友好显示名称。
documentationUrlThe custom URL for documentation for the package.
errors与包相关的错误。
git为 Git 包提供详细信息的 GitInfo 实例。
isDirectDependency如果包是项目的直接依赖关系。
keywords与包相关的关键字数组。
licensesUrlThe custom URL for the licenses of a package.
name包的唯一名称。
packageId包的标识符。
registry包管理器从中获得包的注册表。
repositoryA RepositoryInfo instance containing information the repository that the package is hosted on.
resolvedDependencies一个 DependencyInfos 数组,其中列出此包直接或间接依赖的所有包以及它们解析到的版本。
resolvedPath磁盘上项目的本地路径。
source包内容的来源。
status包的状态。
type包的类型。
version包的版本。
versions包含有关包的可用版本信息的 VersionsInfo 实例。

静态函数

FindForAssembly获取有关包含程序集的包或用于构建该程序集的程序集定义的信息。
FindForAssetPath获取有关包含资源且基于该资源的路径的包的信息。