Enum ContentCatalogProvider.DependencyHashIndex
Options for specifying which entry in the catalog dependencies should hold each hash item. The Remote should point to the hash on the server. The Cache should point to the local cache copy of the remote data.
네임스페이스: UnityEngine.AddressableAssets.ResourceProviders
어셈블리: solution.dll
구문
public enum ContentCatalogProvider.DependencyHashIndex
필드
이름 | 설명 |
---|---|
Cache | Use to represent the index of the cache entry in the dependencies list. |
Count | Use to represent the number of entries in the dependencies list. |
Remote | Use to represent the index of the remote entry in the dependencies list. |