跳到主要内容

EditorSceneImporter

继承

Reference

简要描述

从第三方的3D文件导入场景。

描述

方法

返回值类型方法名称
Array_get_extensions() virtual
int_get_import_flags() virtual
Animation_import_animation(path: String, flags: int, bake_fps: int) virtual
Node_import_scene(path: String, flags: int, bake_fps: int) virtual
Animationimport_animation_from_other_importer(path: String, flags: int, bake_fps: int)
Nodeimport_scene_from_other_importer(path: String, flags: int, bake_fps: int)

方法说明

  • _get_extensions _get_extensions() virtual

  • _get_import_flags _get_import_flags() virtual

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

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

  • import_animation_from_other_importer import_animation_from_other_importer(path: String, flags: int, bake_fps: int)

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