EditorScenePostImport

Post-processes scenes after import.

EditorScenePostImport.swift:20
class EditorScenePostImport

Imported scenes can be automatically modified right after import by setting their Custom Script Import property to a tool script that inherits from this class.

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