Version: 2021.2
언어: 한국어

AndroidAssetPackInfo

class in UnityEngine.Android

매뉴얼로 전환

설명

Represents the download progress of a single Android asset pack.

The download progress is received as a callback after AndroidAssetPacks.DownloadAssetPackAsync is called. See Also: AndroidAssetPacks.DownloadAssetPackAsync.

변수

bytesDownloadedThe downloaded size of the Android asset pack in bytes.
errorIndicates an error which the device encountered when downloading the Android asset pack.
nameThe name of the Android asset pack that the device is downloading.
sizeThe total size of the Android asset pack in bytes.
statusThe status of the Android asset pack that the device is downloading.
transferProgressThe transfering progress of the downloaded Android asset pack.