ThumbnailRendererAttributeclass

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.

objectAttributeThumbnailRendererAttribute
Namespace
global
Assembly
Sandbox.Tools
Declaration
public class Editor.Asset.ThumbnailRendererAttribute : System.Attribute

Constructors1

Showing 1 constructors

Properties1

Showing 1 properties

public int Editor.Asset.ThumbnailRendererAttribute.Priority { get; set; }PUBLICGETSET

The priority of this callback. Higher gets called first.

Returns:int

On this page