Sandbox Logo

DragAssetData.GetAssetAsync

Task<Asset> GetAssetAsync()

Description

Completes when the asset is ready to use. For cloud assets, the first call to this will start downloading and installing the source package. This is safe to call multiple times, the same task will be returned.

Return

User Comments