docs.unity.cn
    Show / Hide Table of Contents

    Struct GenerateLocationListsTask.Output

    Storage for location data, including: dependencies, locations, and provider types.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEditor.AddressableAssets.Build.BuildPipelineTasks
    Syntax
    public struct Output

    Fields

    Name Description
    AssetGroupToBundles

    A mapping of AddressableAssetGroups to the AssetBundles generated from its data.

    BundleToExpandedBundleDependencies

    A mapping of AssetBundles to their expanded dependencies.

    BundleToImmediateBundleDependencies

    A mapping of AssetBundles to the direct dependencies

    Locations

    Content Catalog entries that were built into the Catalog.

    ProviderTypes

    A hash set of all the provider types included in the build.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use