docs.unity.cn
    Show / Hide Table of Contents

    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.

    Namespace: UnityEngine.AddressableAssets.ResourceProviders
    Syntax
    public enum DependencyHashIndex

    Fields

    Name Description Value
    Remote

    Use to represent the index of the remote entry in the dependencies list.

    0
    Cache

    Use to represent the index of the cache entry in the dependencies list.

    1
    Count

    Use to represent the number of entries in the dependencies list.

    2
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use