Click or drag to resize

EditorResourcePreviewGeneratorGenerateSmallPreviewAutomatically Method

If this function returns true, the generator will automatically generate the small previews from the normal preview texture generated by the methods Generate(Resource, Vector2) or GenerateFromPath(String, Vector2).

By default, it returns false.

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

Return Value

Type: Boolean

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

See Also