Add script class categories to EditorInspector.

(cherry picked from commit 644de52ca9)
This commit is contained in:
willnationsdev
2019-09-28 22:27:10 -05:00
committed by Rémi Verschelde
parent 1dd2cf7914
commit 8a02f221b4
3 changed files with 102 additions and 5 deletions

View File

@@ -3952,8 +3952,6 @@ Ref<Texture> EditorNode::get_class_icon(const String &p_class, const String &p_f
if (icon.is_null()) {
icon = gui_base->get_icon(ScriptServer::get_global_class_base(name), "EditorIcons");
}
return icon;
}
const Map<String, Vector<EditorData::CustomType> > &p_map = EditorNode::get_editor_data().get_custom_types();