Attention: Here be dragons (unstable version)
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Redot.
Checking the stable version of the documentation...
EditorFileSystemImportFormatSupportQuery
Inherits: RefCounted < Object
Used to query and configure import format support.
Description
This class is used to query and configure a certain import format. It is used in conjunction with asset format import plugins.
Methods
_get_file_extensions() virtual required const |
|
_is_active() virtual required const |
|
_query() virtual required const |
Method Descriptions
PackedStringArray _get_file_extensions() virtual required const 🔗
Return the file extensions supported.
bool _is_active() virtual required const 🔗
Return whether this importer is active.
bool _query() virtual required const 🔗
Query support. Return false if import must not continue.