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
managerIAssetBundleManager
Properties
Manager
protected IAssetBundleManager Manager { get; }
Property Value
Methods
IsCached(AssetBundleRuntimeInfo)
public abstract Task<bool> IsCached(AssetBundleRuntimeInfo info)
Parameters
Returns
IsSupported(AssetBundleRuntimeInfo)
public abstract bool IsSupported(AssetBundleRuntimeInfo info)
Parameters
Returns
LoadAssetBundle(InnerOperations, AssetBundleRuntimeInfo)
public abstract Task<AssetBundle> LoadAssetBundle(InnerOperations innerOperations, AssetBundleRuntimeInfo info)
Parameters
innerOperationsInnerOperationsinfoAssetBundleRuntimeInfo
Returns
- Task<AssetBundle>