mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
doc: Sync classref with current source
This commit is contained in:
@@ -82,6 +82,14 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_scene_import_plugin">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="scene_importer" type="EditorSceneImporter">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_tool_submenu_item">
|
||||
<return type="void">
|
||||
</return>
|
||||
@@ -176,6 +184,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_plugin_icon" qualifiers="virtual">
|
||||
<return type="Object">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_plugin_name" qualifiers="virtual">
|
||||
<return type="String">
|
||||
</return>
|
||||
@@ -295,6 +309,14 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="remove_scene_import_plugin">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="scene_importer" type="EditorSceneImporter">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="save_external_data" qualifiers="virtual">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user