Version: 2021.2
언어: 한국어

AndroidAssetPacks.CancelAssetPackDownload

매뉴얼로 전환
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.