Interface IAssetBundleProvider
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
에셋 번들 제공자 인터페이스
public interface IAssetBundleProvider
Methods
IsCached(AssetBundleRuntimeInfo)
Task<bool> IsCached(AssetBundleRuntimeInfo info)
Parameters
Returns
IsSupported(AssetBundleRuntimeInfo)
bool IsSupported(AssetBundleRuntimeInfo info)
Parameters
Returns
LoadAssetBundle(InnerOperations, AssetBundleRuntimeInfo)
Task<AssetBundle> LoadAssetBundle(InnerOperations innerOperations, AssetBundleRuntimeInfo info)
Parameters
innerOperationsInnerOperationsinfoAssetBundleRuntimeInfo
Returns
- Task<AssetBundle>