Class AssetBundleCollectorGroup
Assembly: YooAsset.Editor.dll
Declaration
[Serializable]
public class AssetBundleCollectorGroup
Fields
GroupName
分组名称
Declaration
public string GroupName
GroupDesc
分组描述
Declaration
public string GroupDesc
AssetTags
资源分类标签
Declaration
public string AssetTags
ActiveRuleName
分组激活规则
Declaration
public string ActiveRuleName
Collectors
分组的收集器列表
Declaration
public List<AssetBundleCollector> Collectors
Methods
CheckConfigError()
检测配置错误
Declaration
public void CheckConfigError()
FixConfigError()
修复配置错误
Declaration
public bool FixConfigError()
Returns
System.Boolean
GetAllCollectAssets(CollectCommand)
获取打包收集的资源文件
Declaration
public List<CollectAssetInfo> GetAllCollectAssets(CollectCommand command)
Returns
System.Collections.Generic.List<YooAsset.Editor.CollectAssetInfo>
Parameters
Type | Name |
---|---|
YooAsset.Editor.CollectCommand | command |