Class PADAssetBundleProvider
- Namespace
- TAssetBundle.Plugin.PlayAssetDelivery
- Assembly
- TAssetBundle.Plugin.PlayAssetDelivery.dll
public class PADAssetBundleProvider : AssetBundleProviderBase, IAssetBundleProvider
- Inheritance
-
PADAssetBundleProvider
- Implements
-
- Inherited Members
-
Constructors
PADAssetBundleProvider(PlayAssetDelivery, IAssetBundleManager)
public PADAssetBundleProvider(PlayAssetDelivery plugin, IAssetBundleManager manager)
Parameters
plugin PlayAssetDelivery
manager IAssetBundleManager
Methods
IsCached(AssetBundleRuntimeInfo)
public override Task<bool> IsCached(AssetBundleRuntimeInfo info)
Parameters
info AssetBundleRuntimeInfo
Returns
- Task<bool>
IsSupported(AssetBundleRuntimeInfo)
public override bool IsSupported(AssetBundleRuntimeInfo info)
Parameters
info AssetBundleRuntimeInfo
Returns
- bool
LoadAssetBundle(InnerOperations, AssetBundleRuntimeInfo)
public override Task<AssetBundle> LoadAssetBundle(InnerOperations innerOperations, AssetBundleRuntimeInfo info)
Parameters
innerOperations InnerOperations
info AssetBundleRuntimeInfo
Returns
- Task<AssetBundle>