Version: 2021.2
言語: 日本語
public static void CancelAssetPackDownload (string[] assetPackNames);

パラメーター

assetPackNames The array of names of the Android asset packs to cancel the download for.

説明

Cancels Android asset pack downloads.

This method directly wraps Google's PlayCore plugin API. If the PlayCore plugin is missing, calling this method throws an InvalidOperationException exception. See Also: AndroidAssetPacks.DownloadAssetPackAsync.