# Editor.AssetSystem.All

```csharp
static IEnumerable<Asset> All { get; set; }
```

All the assets that are being tracked by the asset system. Does not include deleted assets.

Declared in [Editor.AssetSystem](/api/Editor.AssetSystem).
Assembly: `Sandbox.Tools`.
