# Sandbox.GameResource.CopyFrom

```csharp
void CopyFrom(GameResource source)
```

Copy the serialized state of another resource into this one, including binary blob data.

### Parameters

- `source` (`GameResource`)

Declared in [Sandbox.GameResource](/api/Sandbox.GameResource).
Assembly: `Sandbox.Engine`.
