Table of Contents

Class AssetBundleProviderBase

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

에셋 번들 제공자 기본 클래스

public abstract class AssetBundleProviderBase : IAssetBundleProvider
Inheritance
AssetBundleProviderBase
Implements
Inherited Members

Constructors

AssetBundleProviderBase(IAssetBundleManager)

protected AssetBundleProviderBase(IAssetBundleManager manager)

Parameters

manager IAssetBundleManager

Properties

Manager

protected IAssetBundleManager Manager { get; }

Property Value

IAssetBundleManager

Methods

IsCached(AssetBundleRuntimeInfo)

public abstract Task<bool> IsCached(AssetBundleRuntimeInfo info)

Parameters

info AssetBundleRuntimeInfo

Returns

Task<bool>

IsSupported(AssetBundleRuntimeInfo)

public abstract bool IsSupported(AssetBundleRuntimeInfo info)

Parameters

info AssetBundleRuntimeInfo

Returns

bool

LoadAssetBundle(InnerOperations, AssetBundleRuntimeInfo)

public abstract Task<AssetBundle> LoadAssetBundle(InnerOperations innerOperations, AssetBundleRuntimeInfo info)

Parameters

innerOperations InnerOperations
info AssetBundleRuntimeInfo

Returns

Task<AssetBundle>