API Referenceglobal
public class Editor.Asset.ThumbnailRendererAttribute : System.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
Showing 1 constructors
public ThumbnailRendererAttribute()
No results match this filter.
Properties
Showing 1 properties
public int Editor.Asset.ThumbnailRendererAttribute.Priority { get; set; }
The priority of this callback. Higher gets called first.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.Asset.ThumbnailRendererAttribute |