# Sandbox.AssetTypeFlags.NoEmbedding

```csharp
static AssetTypeFlags NoEmbedding
```

If set then this resource cannot be embedded. This means that in the editor
it can only really exist as an asset file on disk, not inside another asset.

Declared in [Sandbox.AssetTypeFlags](/api/Sandbox.AssetTypeFlags).
Assembly: `Sandbox.Engine`.
