docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor ContentCatalogDataEntry

    ContentCatalogDataEntry(Type, string, string, IEnumerable<object>, IEnumerable<object>, object)

    Creates a new ContentCatalogEntry object.

    Declaration
    public ContentCatalogDataEntry(Type type, string internalId, string provider, IEnumerable<object> keys, IEnumerable<object> dependencies = null, object extraData = null)
    Parameters
    Type Name Description
    Type type

    The entry type.

    string internalId

    The internal id.

    string provider

    The provider id.

    IEnumerable<object> keys

    The collection of keys that can be used to retrieve this entry.

    IEnumerable<object> dependencies

    Optional collection of keys for dependencies.

    object extraData

    Optional additional data to be passed to the provider. For example, AssetBundleProviders use this for cache and crc data.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)