You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
-Visual Shader Editing Finished, PLEASE TEST!
This commit is contained in:
@@ -66,6 +66,8 @@ class ShaderGraphView : public Node {
|
||||
|
||||
|
||||
void _connection_request(const String& p_from, int p_from_slot,const String& p_to,int p_to_slot);
|
||||
void _disconnection_request(const String& p_from, int p_from_slot,const String& p_to,int p_to_slot);
|
||||
|
||||
void _node_removed(int p_id);
|
||||
void _node_moved(const Vector2& p_from, const Vector2& p_to,int p_id);
|
||||
void _move_node(int p_id,const Vector2& p_to);
|
||||
|
||||
Reference in New Issue
Block a user