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.
상속된 멤버
네임스페이스: UnityEngine.AddressableAssets.ResourceProviders
어셈블리: solution.dll
구문
public class ContentCatalogProvider : ResourceProviderBase, IResourceProvider, IInitializableObject
생성자
이름 | 설명 |
---|---|
ContentCatalogProvider(ResourceManager) | Constructor for this provider. |
필드
이름 | 설명 |
---|---|
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. |
메서드
이름 | 설명 |
---|---|
Provide(ProvideHandle) | Provide the object specified in the provideHandle. |
Release(IResourceLocation, object) | Release the specified object that was created from the specified location. |