docs.unity3d.com
    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023