EditorSceneImporter

    Inherited By: EditorSceneImporterFBX,

    Imports scenes from third-parties’ 3D files.

    allows to define an importer script for a third-party 3D format.

    To use EditorSceneImporter, register it using the method first.

    • IMPORT_SCENE = 1

    • IMPORT_ANIMATION_DETECT_LOOP = 4

    • IMPORT_ANIMATION_OPTIMIZE = 8

    • IMPORT_ANIMATION_FORCE_ALL_TRACKS_IN_ALL_CLIPS = 16

    • IMPORT_ANIMATION_KEEP_VALUE_TRACKS = 32

    • IMPORT_GENERATE_TANGENT_ARRAYS = 256

    • IMPORT_MATERIALS_IN_INSTANCES = 1024

    • _get_extensions ( ) virtual

    • int _get_import_flags ( ) virtual

    • _import_animation ( String path, flags, int bake_fps ) virtual

    • _import_scene ( String path, flags, int bake_fps ) virtual


    • import_scene_from_other_importer ( String path, flags, int bake_fps, compress_flags )