123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the EditorSceneImporter.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_EditorSceneImporter:
- EditorSceneImporter
- ===================
- **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Array<class_array>` | :ref:`_get_extensions<class_EditorSceneImporter__get_extensions>` **(** **)** virtual |
- +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`_get_import_flags<class_EditorSceneImporter__get_import_flags>` **(** **)** virtual |
- +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Animation<class_animation>` | :ref:`_import_animation<class_EditorSceneImporter__import_animation>` **(** :ref:`String<class_string>` path, :ref:`int<class_int>` flags, :ref:`int<class_int>` bake_fps **)** virtual |
- +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Node<class_node>` | :ref:`_import_scene<class_EditorSceneImporter__import_scene>` **(** :ref:`String<class_string>` path, :ref:`int<class_int>` flags, :ref:`int<class_int>` bake_fps **)** virtual |
- +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Animation<class_animation>` | :ref:`import_animation_from_other_importer<class_EditorSceneImporter_import_animation_from_other_importer>` **(** :ref:`String<class_string>` path, :ref:`int<class_int>` flags, :ref:`int<class_int>` bake_fps **)** |
- +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Node<class_node>` | :ref:`import_scene_from_other_importer<class_EditorSceneImporter_import_scene_from_other_importer>` **(** :ref:`String<class_string>` path, :ref:`int<class_int>` flags, :ref:`int<class_int>` bake_fps **)** |
- +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- Numeric 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**
- Member Function Description
- ---------------------------
- .. _class_EditorSceneImporter__get_extensions:
- - :ref:`Array<class_array>` **_get_extensions** **(** **)** virtual
- .. _class_EditorSceneImporter__get_import_flags:
- - :ref:`int<class_int>` **_get_import_flags** **(** **)** virtual
- .. _class_EditorSceneImporter__import_animation:
- - :ref:`Animation<class_animation>` **_import_animation** **(** :ref:`String<class_string>` path, :ref:`int<class_int>` flags, :ref:`int<class_int>` bake_fps **)** virtual
- .. _class_EditorSceneImporter__import_scene:
- - :ref:`Node<class_node>` **_import_scene** **(** :ref:`String<class_string>` path, :ref:`int<class_int>` flags, :ref:`int<class_int>` bake_fps **)** virtual
- .. _class_EditorSceneImporter_import_animation_from_other_importer:
- - :ref:`Animation<class_animation>` **import_animation_from_other_importer** **(** :ref:`String<class_string>` path, :ref:`int<class_int>` flags, :ref:`int<class_int>` bake_fps **)**
- .. _class_EditorSceneImporter_import_scene_from_other_importer:
- - :ref:`Node<class_node>` **import_scene_from_other_importer** **(** :ref:`String<class_string>` path, :ref:`int<class_int>` flags, :ref:`int<class_int>` bake_fps **)**
|