Enum BundledAssetGroupSchema.BundleNamingStyle
Used to determine how the final bundle name should look.
네임스페이스: UnityEditor.AddressableAssets.Settings.GroupSchemas
어셈블리: solution.dll
구문
public enum BundledAssetGroupSchema.BundleNamingStyle
필드
이름 | 설명 |
---|---|
AppendHash | Use to indicate that the hash should be appended to the bundle name. |
FileNameHash | Use to indicate that the bundle name should only contain the hash of the file name. |
NoHash | Use to indicate that the bundle name should not contain the hash. |
OnlyHash | Use to indicate that the bundle name should only contain the given hash. |