Add 'engine/' from commit 'a8e37fc010'
git-subtree-dir: engine git-subtree-mainline:b74841629egit-subtree-split:a8e37fc010
This commit is contained in:
commit
c3f9669b10
14113 changed files with 7458101 additions and 0 deletions
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="EditorFileSystemImportFormatSupportQuery" inherits="RefCounted" 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>
|
||||
This class is used to query and configure a certain import format. It is used in conjunction with asset format import plugins.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="_get_file_extensions" qualifiers="virtual required const">
|
||||
<return type="PackedStringArray" />
|
||||
<description>
|
||||
Return the file extensions supported.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_is_active" qualifiers="virtual required const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Return whether this importer is active.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_query" qualifiers="virtual required const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Query support. Return [code]false[/code] if import must not continue.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
</class>
|
||||
Loading…
Add table
Add a link
Reference in a new issue