# Editor.DragData.Assets

```csharp
IReadOnlyList<DragAssetData> Assets { get; set; }
```

Interprets [Editor.DragData.Text](/api/Editor.DragData/Text) as a list of asset paths or cloud asset URLs,
getting a list of helper objects to access each asset. Generated and cached
internally on first access after [Editor.DragData.Text](/api/Editor.DragData/Text) changes.

Declared in [Editor.DragData](/api/Editor.DragData).
Assembly: `Sandbox.Tools`.
