1
0
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:
Yuri Roubinski
2023-09-15 13:27:12 +03:00
committed by Yuri Rubinsky
parent fbe611e45e
commit 4575cc0c6f
5 changed files with 230 additions and 2 deletions

View File

@@ -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);