Custom code to generate previews. Please check [code]file_dialog/thumbnail_size[/code] in [EditorSettings] to find out the right size to do previews at.
If this function returns [code]true[/code], the generator will automatically generate the small previews from the normal preview texture generated by the methods [method generate] or [method generate_from_path].
By default, it returns [code]false[/code].
</description>
</method>
<methodname="handles"qualifiers="virtual">
<returntype="bool"/>
<argumentindex="0"name="type"type="String"/>
<description>
Returns [code]true[/code] if your generator supports the resource of type [code]type[/code].