EditorSceneImporter

Inherits: Reference < Object Inherited By: EditorSceneImporterFBX, EditorSceneImporterGLTF Imports scenes from third-parties’ 3D files.

Methods

Constants

  • IMPORT_SCENE = 1
  • IMPORT_ANIMATION = 2
  • 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_FAIL_ON_MISSING_DEPENDENCIES = 512
  • IMPORT_MATERIALS_IN_INSTANCES = 1024

    Method Descriptions

  • Array _get_extensions ( ) virtual

- int _get_import_flags ( ) virtual

- Animation _import_animation ( String path, int flags, int bake_fps ) virtual

- Node _import_scene ( String path, int flags, int bake_fps ) virtual

- Animation import_animation_from_other_importer ( String path, int flags, int bake_fps )

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