# Editor.DragAssetData.IsInstalled

```csharp
bool IsInstalled { get; set; }
```

True when the asset is ready for use locally.
For cloud assets, 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`.
