# Sandbox.Resource.GetAssetTypeIcon

```csharp
Bitmap GetAssetTypeIcon(int width, int height)
```

Get the icon for this type of asset. This is an icon that is shown in the editor.

### Parameters

- `width` (`int`)
- `height` (`int`)

### Returns

`Bitmap`

Declared in [Sandbox.Resource](/api/Sandbox.Resource).
Assembly: `Sandbox.Engine`.
