Struct PackRuleResult
Assembly: YooAsset.Editor.dll
View Source
Declaration
public struct PackRuleResult
Methods
GetMainBundleName(string, bool)
获取主资源包全名称
View Source
Declaration
public string GetMainBundleName(string packageName, bool uniqueBundleName)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | packageName |
System.Boolean | uniqueBundleName |
GetShareBundleName(string, bool)
获取共享资源包全名称
View Source
Declaration
public string GetShareBundleName(string packageName, bool uniqueBundleName)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | packageName |
System.Boolean | uniqueBundleName |