# Editor.DragAssetData.DownloadProgress

```csharp
float DownloadProgress { get; set; }
```

For cloud assets, a value between `0.0` and `1.0` representing download progress.
Download will only start after the first call to [Editor.DragAssetData.GetAssetAsync](/api/Editor.DragAssetData/GetAssetAsync).

Declared in [Editor.DragAssetData](/api/Editor.DragAssetData).
Assembly: `Sandbox.Tools`.
