classref: Sync with current master branch (705b7a0)

This commit is contained in:
Godot Organization
2024-05-31 13:54:35 +00:00
parent 32f1b6ea48
commit eacfba2716
835 changed files with 17350 additions and 17256 deletions

View File

@@ -109,7 +109,7 @@ Method Descriptions
.. rst-class:: classref-method
:ref:`Object<class_Object>` **_post_import**\ (\ scene\: :ref:`Node<class_Node>`\ ) |virtual|
:ref:`Object<class_Object>` **_post_import**\ (\ scene\: :ref:`Node<class_Node>`\ ) |virtual| :ref:`🔗<class_EditorScenePostImport_private_method__post_import>`
Called after the scene was imported. This method must return the modified version of the scene.
@@ -121,7 +121,7 @@ Called after the scene was imported. This method must return the modified versio
.. rst-class:: classref-method
:ref:`String<class_String>` **get_source_file**\ (\ ) |const|
:ref:`String<class_String>` **get_source_file**\ (\ ) |const| :ref:`🔗<class_EditorScenePostImport_method_get_source_file>`
Returns the source file path which got imported (e.g. ``res://scene.dae``).