跳到主要内容
版本:1.5.x

Class AssetBundleCollectorPackage

Assembly: YooAsset.Editor.dll​
View Source​
Declaration
[Serializable]
public class AssetBundleCollectorPackage

Fields​

PackageName​

包裹名称

View Source​
Declaration
public string PackageName

PackageDesc​

包裹描述

View Source​
Declaration
public string PackageDesc

Groups​

分组列表

View Source​
Declaration
public List<AssetBundleCollectorGroup> Groups

Methods​

CheckConfigError()​

检测配置错误

View Source​
Declaration
public void CheckConfigError()

FixConfigError()​

修复配置错误

View Source​
Declaration
public bool FixConfigError()
Returns​

System.Boolean

GetAllCollectAssets(CollectCommand)​

获取打包收集的资源文件

View Source​
Declaration
public List<CollectAssetInfo> GetAllCollectAssets(CollectCommand command)
Returns​

System.Collections.Generic.List<YooAsset.Editor.CollectAssetInfo>

Parameters​
TypeName
YooAsset.Editor.CollectCommandcommand

GetAllTags()​

获取所有的资源标签

View Source​
Declaration
public List<string> GetAllTags()
Returns​

System.Collections.Generic.List<System.String>