Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
EditorResourcePreviewGenerator¶
Inherits: RefCounted < Object
Custom generator of previews.
Description¶
Custom code to generate previews. Please check file_dialog/thumbnail_size
in EditorSettings to find out the right size to do previews at.
Methods¶
_can_generate_small_preview ( ) virtual const |
|
_generate ( Resource resource, Vector2i size, Dictionary metadata ) virtual const |
|
_generate_from_path ( String path, Vector2i size, Dictionary metadata ) virtual const |
|
_generate_small_preview_automatically ( ) virtual const |
|
Method Descriptions¶
bool _can_generate_small_preview ( )