EditorSceneImporter

Inherits: Reference < Object

Inherited By: EditorSceneImporterFBX

Imports scenes from third-parties' 3D files.

Methods

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 )

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
  • IMPORT_USE_COMPRESSION = 2048

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 )

© 2014–2021 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.3/classes/class_editorsceneimporter.html