mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Delete selected nodes with the Delete key
This commit is contained in:
parent
add0105c4e
commit
d7279ddaf2
3 changed files with 49 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ class ShaderGraphView : public Node {
|
|||
void _move_node(int p_id,const Vector2& p_to);
|
||||
void _duplicate_nodes_request();
|
||||
void _duplicate_nodes(Array &p_nodes);
|
||||
void _delete_nodes_request();
|
||||
|
||||
void _scalar_const_changed(double p_value,int p_id);
|
||||
void _vec_const_changed(double p_value, int p_id, Array p_arr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue