:github_url: hide .. Generated automatically by doc/tools/make_rst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the GLTFDocumentExtension.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_GLTFDocumentExtension: GLTFDocumentExtension ===================== **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` **Inherited By:** :ref:`GLTFDocumentExtensionConvertImporterMesh` Methods ------- +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`export_post` **(** :ref:`GLTFDocument` document **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`export_preflight` **(** :ref:`GLTFDocument` document, :ref:`Node` node **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`get_export_setting` **(** :ref:`StringName` key **)** |const| | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_export_setting_keys` **(** **)** |const| | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`get_import_setting` **(** :ref:`StringName` key **)** |const| | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_import_setting_keys` **(** **)** |const| | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`import_post` **(** :ref:`GLTFDocument` document, :ref:`Node` node **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`import_preflight` **(** :ref:`GLTFDocument` document **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_export_setting` **(** :ref:`StringName` key, :ref:`Variant` value **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_import_setting` **(** :ref:`StringName` key, :ref:`Variant` value **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Method Descriptions ------------------- .. _class_GLTFDocumentExtension_method_export_post: - :ref:`Error` **export_post** **(** :ref:`GLTFDocument` document **)** ---- .. _class_GLTFDocumentExtension_method_export_preflight: - :ref:`Error` **export_preflight** **(** :ref:`GLTFDocument` document, :ref:`Node` node **)** ---- .. _class_GLTFDocumentExtension_method_get_export_setting: - :ref:`Variant` **get_export_setting** **(** :ref:`StringName` key **)** |const| ---- .. _class_GLTFDocumentExtension_method_get_export_setting_keys: - :ref:`Array` **get_export_setting_keys** **(** **)** |const| ---- .. _class_GLTFDocumentExtension_method_get_import_setting: - :ref:`Variant` **get_import_setting** **(** :ref:`StringName` key **)** |const| ---- .. _class_GLTFDocumentExtension_method_get_import_setting_keys: - :ref:`Array` **get_import_setting_keys** **(** **)** |const| ---- .. _class_GLTFDocumentExtension_method_import_post: - :ref:`Error` **import_post** **(** :ref:`GLTFDocument` document, :ref:`Node` node **)** ---- .. _class_GLTFDocumentExtension_method_import_preflight: - :ref:`Error` **import_preflight** **(** :ref:`GLTFDocument` document **)** ---- .. _class_GLTFDocumentExtension_method_set_export_setting: - void **set_export_setting** **(** :ref:`StringName` key, :ref:`Variant` value **)** ---- .. _class_GLTFDocumentExtension_method_set_import_setting: - void **set_import_setting** **(** :ref:`StringName` key, :ref:`Variant` value **)** .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`