Click or drag to resize

EditorResourcePreviewGeneratorCanGenerateSmallPreview Method

If this function returns true, the generator will call Generate(Resource, Vector2) or GenerateFromPath(String, Vector2) for small previews as well.

By default, it returns false.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual bool CanGenerateSmallPreview()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorResourcePreviewGenerator.CanGenerateSmallPreview"]

See Also