# Editor.Asset.IsDeleted

```csharp
bool IsDeleted { get; set; }
```

Whether the asset is deleted or not.
This can happen after [Editor.Asset.Delete](/api/Editor.Asset/Delete) was called on it, or [Editor.Asset.AbsolutePath](/api/Editor.Asset/AbsolutePath) is empty.

Declared in [Editor.Asset](/api/Editor.Asset).
Assembly: `Sandbox.Tools`.
