# Editor.Asset.ThumbnailRendererAttribute

Should target a static method like 
`public static Pixmap RenderThumbnail( Asset thumbnail )`
where the method returns a thumbnail for that asset type. 
This kind of sucks I don't like it.

- Kind: attribute
- Assembly: `Sandbox.Tools`

## Constructors

- [`ThumbnailRendererAttribute`](/api/Editor.Asset.ThumbnailRendererAttribute/.ctor)

## Properties

- [`Priority`](/api/Editor.Asset.ThumbnailRendererAttribute/Priority): The priority of this callback. Higher gets called first.
