feat: erased accidentally added engine files
This commit is contained in:
parent
f0fc98b2b8
commit
202693b275
12525 changed files with 0 additions and 6255369 deletions
|
|
@ -1,31 +0,0 @@
|
|||
<?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 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 [code]false[/code] if import must not continue.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
</class>
|
||||
Loading…
Add table
Add a link
Reference in a new issue