2022-03-31 22:00:17 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="EditorFileSystemImportFormatSupportQuery" inherits="RefCounted" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
|
|
<brief_description>
|
|
|
|
Used to query and configure import format support.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
2022-05-23 21:32:19 +02:00
|
|
|
This class is used to query and configure a certain import format. It is used in conjunction with asset format import plugins.
|
2022-03-31 22:00:17 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="_get_file_extensions" qualifiers="virtual const">
|
|
|
|
<return type="PackedStringArray" />
|
|
|
|
<description>
|
|
|
|
Return the file extensions supported.
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_is_active" qualifiers="virtual const">
|
|
|
|
<return type="bool" />
|
|
|
|
<description>
|
|
|
|
Return whether this importer is active.
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_query" qualifiers="virtual const">
|
|
|
|
<return type="bool" />
|
|
|
|
<description>
|
|
|
|
Query support. Return false if import must not continue.
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
</class>
|