Table of Contents

Interface IAssetBundleProvider

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

에셋 번들 제공자 인터페이스

public interface IAssetBundleProvider

Methods

IsCached(AssetBundleRuntimeInfo)

Task<bool> IsCached(AssetBundleRuntimeInfo info)

Parameters

info AssetBundleRuntimeInfo

Returns

Task<bool>

IsSupported(AssetBundleRuntimeInfo)

bool IsSupported(AssetBundleRuntimeInfo info)

Parameters

info AssetBundleRuntimeInfo

Returns

bool

LoadAssetBundle(InnerOperations, AssetBundleRuntimeInfo)

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

Parameters

innerOperations InnerOperations
info AssetBundleRuntimeInfo

Returns

Task<AssetBundle>