Class ContentCatalogProvider | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class ContentCatalogProvider

    Inheritance
    System.Object
    ContentCatalogProvider
    Namespace: UnityEngine.AddressableAssets
    Syntax
    public class ContentCatalogProvider : ResourceProviderBase

    Methods

    Provide<TObject>(IResourceLocation, IAsyncOperation<IList<Object>>)

    Declaration
    public override IAsyncOperation<TObject> Provide<TObject>(IResourceLocation location, IAsyncOperation<IList<object>> loadDependencyOperation)
    Parameters
    Type Name Description
    IResourceLocation location
    IAsyncOperation<System.Collections.Generic.IList<System.Object>> loadDependencyOperation
    Returns
    Type Description
    IAsyncOperation<TObject>
    Type Parameters
    Name Description
    TObject
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX