class_editorresourceconversionplugin.rst 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.6/doc/classes/EditorResourceConversionPlugin.xml.
  6. .. _class_EditorResourceConversionPlugin:
  7. EditorResourceConversionPlugin
  8. ==============================
  9. **Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Methods
  14. -------
  15. .. table::
  16. :widths: auto
  17. +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
  18. | :ref:`Resource<class_Resource>` | :ref:`_convert<class_EditorResourceConversionPlugin_method__convert>` **(** :ref:`Resource<class_Resource>` resource **)** |virtual| |
  19. +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
  20. | :ref:`String<class_String>` | :ref:`_converts_to<class_EditorResourceConversionPlugin_method__converts_to>` **(** **)** |virtual| |
  21. +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
  22. .. rst-class:: classref-section-separator
  23. ----
  24. .. rst-class:: classref-descriptions-group
  25. Method Descriptions
  26. -------------------
  27. .. _class_EditorResourceConversionPlugin_method__convert:
  28. .. rst-class:: classref-method
  29. :ref:`Resource<class_Resource>` **_convert** **(** :ref:`Resource<class_Resource>` resource **)** |virtual|
  30. .. container:: contribute
  31. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  32. .. rst-class:: classref-item-separator
  33. ----
  34. .. _class_EditorResourceConversionPlugin_method__converts_to:
  35. .. rst-class:: classref-method
  36. :ref:`String<class_String>` **_converts_to** **(** **)** |virtual|
  37. .. container:: contribute
  38. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  39. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  40. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  41. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  42. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`