Method GetNameWithHashNaming
GetNameWithHashNaming(BundleNamingStyle, string, string)
Creates a new bundle name using its hash and a given naming style.
Declaration
public static string GetNameWithHashNaming(BundledAssetGroupSchema.BundleNamingStyle schemaBundleNaming, string hash, string sourceBundleName)
Parameters
Type | Name | Description |
---|---|---|
BundledAssetGroupSchema.BundleNamingStyle | schemaBundleNaming | The bundle naming style. |
string | hash | The bundle hash. |
string | sourceBundleName | The original bundle name. |
Returns
Type | Description |
---|---|
string | Returns the new bundle name. |