EditorSceneImporter
继承
简要描述
从第三方的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 |
Animation | import_animation_from_other_importer(path: String, flags: int, bake_fps: int) |
Node | import_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)