Method GetNameWithHashNaming
GetNameWithHashNaming(BundleNamingStyle, string, string)
Creates a new bundle name using its hash and a given naming style.
선언
public static string GetNameWithHashNaming(BundledAssetGroupSchema.BundleNamingStyle schemaBundleNaming, string hash, string sourceBundleName)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| BundledAssetGroupSchema.BundleNamingStyle | schemaBundleNaming | The bundle naming style. |
| string | hash | The bundle hash. |
| string | sourceBundleName | The original bundle name. |
반환
| 타입 | 설명 |
|---|---|
| string | Returns the new bundle name. |