# Editor.Asset.IsTransient

```csharp
bool IsTransient { get; set; }
```

This asset is generated in the transient folder. You don't need to see it, or keep it around. It will re-generate from something else.

Declared in [Editor.Asset](/api/Editor.Asset).
Assembly: `Sandbox.Tools`.
