summaryrefslogtreecommitdiff
path: root/doc/classes/EditorScenePostImport.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/EditorScenePostImport.xml')
-rw-r--r--doc/classes/EditorScenePostImport.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/classes/EditorScenePostImport.xml b/doc/classes/EditorScenePostImport.xml
index d2b5e84ff7..95b0b42d9f 100644
--- a/doc/classes/EditorScenePostImport.xml
+++ b/doc/classes/EditorScenePostImport.xml
@@ -56,17 +56,14 @@
</tutorials>
<methods>
<method name="_post_import" qualifiers="virtual">
- <return type="Object">
- </return>
- <argument index="0" name="scene" type="Object">
- </argument>
+ <return type="Object" />
+ <argument index="0" name="scene" type="Object" />
<description>
Called after the scene was imported. This method must return the modified version of the scene.
</description>
</method>
<method name="get_source_file" qualifiers="const">
- <return type="String">
- </return>
+ <return type="String" />
<description>
Returns the source file path which got imported (e.g. [code]res://scene.dae[/code]).
</description>