class_editorresourceconversionplugin.rst 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 EditorResourceConversionPlugin.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_EditorResourceConversionPlugin:
  6. EditorResourceConversionPlugin
  7. ==============================
  8. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. Methods
  10. -------
  11. +---------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
  12. | :ref:`Resource<class_Resource>` | :ref:`_convert<class_EditorResourceConversionPlugin_method__convert>` **(** :ref:`Resource<class_Resource>` resource **)** |virtual| |const| |
  13. +---------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
  14. | :ref:`String<class_String>` | :ref:`_converts_to<class_EditorResourceConversionPlugin_method__converts_to>` **(** **)** |virtual| |const| |
  15. +---------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
  16. | :ref:`bool<class_bool>` | :ref:`_handles<class_EditorResourceConversionPlugin_method__handles>` **(** :ref:`Resource<class_Resource>` resource **)** |virtual| |const| |
  17. +---------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
  18. Method Descriptions
  19. -------------------
  20. .. _class_EditorResourceConversionPlugin_method__convert:
  21. - :ref:`Resource<class_Resource>` **_convert** **(** :ref:`Resource<class_Resource>` resource **)** |virtual| |const|
  22. ----
  23. .. _class_EditorResourceConversionPlugin_method__converts_to:
  24. - :ref:`String<class_String>` **_converts_to** **(** **)** |virtual| |const|
  25. ----
  26. .. _class_EditorResourceConversionPlugin_method__handles:
  27. - :ref:`bool<class_bool>` **_handles** **(** :ref:`Resource<class_Resource>` resource **)** |virtual| |const|
  28. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  29. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  30. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  31. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  32. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  33. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`