docs.unity.cn
    Show / Hide Table of Contents

    Class ContentCatalogProvider

    Provider for content catalogs. This provider makes use of a hash file to determine if a newer version of the catalog needs to be downloaded.

    Inheritance
    Object
    ResourceProviderBase
    ContentCatalogProvider
    Inherited Members
    ResourceProviderBase.m_ProviderId
    ResourceProviderBase.m_BehaviourFlags
    ResourceProviderBase.ProviderId
    ResourceProviderBase.Initialize(String, String)
    ResourceProviderBase.CanProvide(Type, IResourceLocation)
    ResourceProviderBase.ToString()
    ResourceProviderBase.GetDefaultType(IResourceLocation)
    ResourceProviderBase.InitializeAsync(ResourceManager, String, String)
    ResourceProviderBase.IResourceProvider.BehaviourFlags
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.AddressableAssets.ResourceProviders
    Syntax
    public class ContentCatalogProvider : ResourceProviderBase, IResourceProvider, IInitializableObject

    Constructors

    Name Description
    ContentCatalogProvider(ResourceManager)

    Constructor for this provider.

    Fields

    Name Description
    DisableCatalogUpdateOnStart

    Use to indicate if the updating the catalog on startup should be disabled.

    IsLocalCatalogInBundle

    Use to indicate if the local catalog is in a bundle.

    Methods

    Name Description
    Provide(ProvideHandle)

    Provide the object specified in the provideHandle.

    Release(IResourceLocation, Object)

    Release the specified object that was created from the specified location.

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