Api ThumbnailRendererAttribute
class

ThumbnailRendererAttribute

public class ThumbnailRendererAttribute : Attribute

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.

Constructors

ThumbnailRendererAttribute()

Properties

Name Type Description
Priority Int32 The priority of this callback. Higher gets called first.
Assembly: Sandbox.Tools Declaring Type: Asset Full Name: Editor.Asset.ThumbnailRendererAttribute