docs.unity.cn
    Show / Hide Table of Contents

    Method GatherModifiedEntriesWithDependencies

    GatherModifiedEntriesWithDependencies(AddressableAssetSettings, String)

    Get a Dictionary of all modified values and their dependencies. Dependencies will be Addressable and part of a group with static content enabled.

    Declaration
    public static Dictionary<AddressableAssetEntry, List<AddressableAssetEntry>> GatherModifiedEntriesWithDependencies(AddressableAssetSettings settings, string cachePath)
    Parameters
    Type Name Description
    AddressableAssetSettings settings

    Addressable asset settings.

    String cachePath

    The cache data path.

    Returns
    Type Description
    Dictionary<AddressableAssetEntry, List<AddressableAssetEntry>>

    A dictionary mapping explicit changed entries to their dependencies.

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