virtualx-engine/doc
Ryan Roden-Corrent 9676650f2f Clarify EditorImportPlugin.get_visible_name.
According to the docs at
https://docs.godotengine.org/en/stable/tutorials/plugins/editor/import_plugins.html#the-editorimportplugin-class

> The get_visible_name() method is responsible for returning the name of
> the type it imports and it will be shown to the user in the Import dock.
> You should choose this name as a continuation to "Import as", e.g.
> "Import as Silly Material"

I've verified Godot's behavior reflects this, so the code examples
should reflect this.

Also document propagating save error in EditorImportPlugin.

It seems that the suggested code ignores any error from
`ResourceSaver.save`, but I think we should return it.
2021-02-11 11:13:17 +01:00
..
classes Clarify EditorImportPlugin.get_visible_name. 2021-02-11 11:13:17 +01:00
tools doc: Fixups to #43419 which added operators in the docs 2020-11-10 15:00:07 +01:00
translations Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
Doxyfile Remove trailing whitespace 2018-11-20 11:15:02 +01:00
Makefile SCons: Drop support for Python 2 2020-03-25 15:25:37 +01:00