You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Implement drop-down list properties to the custom visual shader nodes
This commit is contained in:
committed by
Yuri Rubinsky
parent
fbe611e45e
commit
4575cc0c6f
@@ -493,6 +493,8 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
void _varying_unselected();
|
||||
void _update_varying_tree();
|
||||
|
||||
void _set_custom_node_option(int p_index, int p_node, int p_op);
|
||||
|
||||
Vector2 menu_point;
|
||||
void _node_menu_id_pressed(int p_idx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user