Class BuildReport
构建报告
Assembly: YooAsset.Editor.dll
View Source
Declaration
[Serializable]
public class BuildReport
Fields
Summary
汇总信息
View Source
Declaration
public ReportSummary Summary
AssetInfos
资源对象列表
View Source
Declaration
public List<ReportAssetInfo> AssetInfos
BundleInfos
资源包列表
View Source
Declaration
public List<ReportBundleInfo> BundleInfos
Methods
GetBundleInfo(string)
获取资源包信息类
View Source
Declaration
public ReportBundleInfo GetBundleInfo(string bundleName)
Returns
YooAsset.Editor.ReportBundleInfo
Parameters
Type | Name |
---|---|
System.String | bundleName |
GetAssetInfo(string)
获取资源信息类
View Source
Declaration
public ReportAssetInfo GetAssetInfo(string assetPath)
Returns
YooAsset.Editor.ReportAssetInfo
Parameters
Type | Name |
---|---|
System.String | assetPath |
Serialize(string, BuildReport)
View Source
Declaration
public static void Serialize(string savePath, BuildReport buildReport)
Parameters
Type | Name |
---|---|
System.String | savePath |
YooAsset.Editor.BuildReport | buildReport |
Deserialize(string)
View Source
Declaration
public static BuildReport Deserialize(string jsonData)
Returns
Parameters
Type | Name |
---|---|
System.String | jsonData |