EditorScenePostImport
Category: Core
Brief Description
Base script for post-processing scenes being imported.
Member Functions
void | post_import ( Object scene ) virtual |
Description
These scripts can modify scenes after being imported by the 3D Scene import option of the Import menu.
Member Function Description
void post_import ( Object scene ) virtual
This function is called upon import with the imported scene.
Just do any changes desired to the scene and return it. If null is returned, import will fail and throw an error to the user.
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/2.1/classes/class_editorscenepostimport.html