Improve VisualScript search and instancing of nodes
Constructors are more accessible. Basic type methods are now based on ClassDB and not registerd_node_names. Selecting search_classes now automatically changes the scope.
This commit is contained in:
parent
690fefe43e
commit
8d4b2b0c30
4 changed files with 83 additions and 33 deletions
|
|
@ -144,6 +144,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
|
||||
Map<StringName, Color> node_colors;
|
||||
HashMap<StringName, Ref<StyleBox>> node_styles;
|
||||
Map<StringName, Variant::Type> base_type_map;
|
||||
|
||||
void _update_graph_connections();
|
||||
void _update_graph(int p_only_id = -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue