class_gltfdocumentextension.rst 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the GLTFDocumentExtension.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_GLTFDocumentExtension:
  6. GLTFDocumentExtension
  7. =====================
  8. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. **Inherited By:** :ref:`GLTFDocumentExtensionConvertImporterMesh<class_GLTFDocumentExtensionConvertImporterMesh>`
  10. Methods
  11. -------
  12. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`export_post<class_GLTFDocumentExtension_method_export_post>` **(** :ref:`GLTFDocument<class_GLTFDocument>` document **)** |
  14. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`export_preflight<class_GLTFDocumentExtension_method_export_preflight>` **(** :ref:`GLTFDocument<class_GLTFDocument>` document, :ref:`Node<class_Node>` node **)** |
  16. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`Variant<class_Variant>` | :ref:`get_export_setting<class_GLTFDocumentExtension_method_get_export_setting>` **(** :ref:`StringName<class_StringName>` key **)** |const| |
  18. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`Array<class_Array>` | :ref:`get_export_setting_keys<class_GLTFDocumentExtension_method_get_export_setting_keys>` **(** **)** |const| |
  20. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`Variant<class_Variant>` | :ref:`get_import_setting<class_GLTFDocumentExtension_method_get_import_setting>` **(** :ref:`StringName<class_StringName>` key **)** |const| |
  22. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`Array<class_Array>` | :ref:`get_import_setting_keys<class_GLTFDocumentExtension_method_get_import_setting_keys>` **(** **)** |const| |
  24. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`import_post<class_GLTFDocumentExtension_method_import_post>` **(** :ref:`GLTFDocument<class_GLTFDocument>` document, :ref:`Node<class_Node>` node **)** |
  26. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`import_preflight<class_GLTFDocumentExtension_method_import_preflight>` **(** :ref:`GLTFDocument<class_GLTFDocument>` document **)** |
  28. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  29. | void | :ref:`set_export_setting<class_GLTFDocumentExtension_method_set_export_setting>` **(** :ref:`StringName<class_StringName>` key, :ref:`Variant<class_Variant>` value **)** |
  30. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  31. | void | :ref:`set_import_setting<class_GLTFDocumentExtension_method_set_import_setting>` **(** :ref:`StringName<class_StringName>` key, :ref:`Variant<class_Variant>` value **)** |
  32. +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  33. Method Descriptions
  34. -------------------
  35. .. _class_GLTFDocumentExtension_method_export_post:
  36. - :ref:`Error<enum_@GlobalScope_Error>` **export_post** **(** :ref:`GLTFDocument<class_GLTFDocument>` document **)**
  37. ----
  38. .. _class_GLTFDocumentExtension_method_export_preflight:
  39. - :ref:`Error<enum_@GlobalScope_Error>` **export_preflight** **(** :ref:`GLTFDocument<class_GLTFDocument>` document, :ref:`Node<class_Node>` node **)**
  40. ----
  41. .. _class_GLTFDocumentExtension_method_get_export_setting:
  42. - :ref:`Variant<class_Variant>` **get_export_setting** **(** :ref:`StringName<class_StringName>` key **)** |const|
  43. ----
  44. .. _class_GLTFDocumentExtension_method_get_export_setting_keys:
  45. - :ref:`Array<class_Array>` **get_export_setting_keys** **(** **)** |const|
  46. ----
  47. .. _class_GLTFDocumentExtension_method_get_import_setting:
  48. - :ref:`Variant<class_Variant>` **get_import_setting** **(** :ref:`StringName<class_StringName>` key **)** |const|
  49. ----
  50. .. _class_GLTFDocumentExtension_method_get_import_setting_keys:
  51. - :ref:`Array<class_Array>` **get_import_setting_keys** **(** **)** |const|
  52. ----
  53. .. _class_GLTFDocumentExtension_method_import_post:
  54. - :ref:`Error<enum_@GlobalScope_Error>` **import_post** **(** :ref:`GLTFDocument<class_GLTFDocument>` document, :ref:`Node<class_Node>` node **)**
  55. ----
  56. .. _class_GLTFDocumentExtension_method_import_preflight:
  57. - :ref:`Error<enum_@GlobalScope_Error>` **import_preflight** **(** :ref:`GLTFDocument<class_GLTFDocument>` document **)**
  58. ----
  59. .. _class_GLTFDocumentExtension_method_set_export_setting:
  60. - void **set_export_setting** **(** :ref:`StringName<class_StringName>` key, :ref:`Variant<class_Variant>` value **)**
  61. ----
  62. .. _class_GLTFDocumentExtension_method_set_import_setting:
  63. - void **set_import_setting** **(** :ref:`StringName<class_StringName>` key, :ref:`Variant<class_Variant>` value **)**
  64. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  65. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  66. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  67. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  68. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  69. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`