EditorScenePostImport

    Post-processes scenes after import.

    The callback receives the imported scene’s root node and returns the modified version of the scene. Usage example:


    • String get_source_folder ( ) const

    Returns the resource folder the imported scene file is located in.


    • post_import ( Object scene ) virtual