# Sandbox.GameResourceAttribute.CanEmbed

```csharp
bool CanEmbed { get; set; }
```

Can this GameResource be an embedded resource?
Allows the ability to edit a resource inline instead of saving it to a specific file.

Declared in [Sandbox.GameResourceAttribute](/api/Sandbox.GameResourceAttribute).
Assembly: `Sandbox.Engine`.
