Function EditorResourcePreviewGenerator.canGenerateSmallPreview
If this function returns true
, the generator will call generate
or generateFromPath
for small previews as well.
By default, it returns false
.
bool canGenerateSmallPreview() nothrow @nogc;