Class ContentCatalogProviderTests | Addressables | 1.4.0
docs.unity.cn
    Show / Hide Table of Contents

    Class ContentCatalogProviderTests

    Inheritance
    Object
    ContentCatalogProviderTests
    Namespace: UnityEngine.AddressableAssets.ResourceProviders.Tests
    Syntax
    public class ContentCatalogProviderTests

    Methods

    DetermineIdToLoad_IfLocalCatalogsOnly_ReturnsMainId()

    Declaration
    public void DetermineIdToLoad_IfLocalCatalogsOnly_ReturnsMainId()

    DetermineIdToLoad_IfNoDependencies_ReturnsMainId()

    Declaration
    public void DetermineIdToLoad_IfNoDependencies_ReturnsMainId()

    DetermineIdToLoad_IfOfflineAndHasCache_ReturnsCacheId()

    Declaration
    public void DetermineIdToLoad_IfOfflineAndHasCache_ReturnsCacheId()

    DetermineIdToLoad_IfOfflineAndNoCache_ReturnsMainId()

    Declaration
    public void DetermineIdToLoad_IfOfflineAndNoCache_ReturnsMainId()

    DetermineIdToLoad_IfOnlineMatchesCache_ReturnsCacheId()

    Declaration
    public void DetermineIdToLoad_IfOnlineMatchesCache_ReturnsCacheId()

    DetermineIdToLoad_IfOnlineMismatchesCache_ReturnsRemoteId()

    Declaration
    public void DetermineIdToLoad_IfOnlineMismatchesCache_ReturnsRemoteId()

    DetermineIdToLoad_IfTooFewDependencies_ReturnsMainId()

    Declaration
    public void DetermineIdToLoad_IfTooFewDependencies_ReturnsMainId()

    DetermineIdToLoad_IfTooManyDependencies_ReturnsMainId()

    Declaration
    public void DetermineIdToLoad_IfTooManyDependencies_ReturnsMainId()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX