mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Rename internal EditorPlugin icon/name to match exposed methods
This commit is contained in:
parent
b9437c3938
commit
0ab3dc273e
67 changed files with 82 additions and 82 deletions
|
|
@ -342,7 +342,7 @@ class AssetLibraryEditorPlugin : public EditorPlugin {
|
|||
public:
|
||||
static bool is_available();
|
||||
|
||||
virtual String get_name() const override { return "AssetLib"; }
|
||||
virtual String get_plugin_name() const override { return "AssetLib"; }
|
||||
bool has_main_screen() const override { return true; }
|
||||
virtual void edit(Object *p_object) override {}
|
||||
virtual bool handles(Object *p_object) const override { return false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue