So places that need to look into it can use the list instead of parsing ProjectSettings details (like checking "*" in path for testing if it's singleton). Loading branch information vnen committed Jul 6, 2020 Verified This commit was signed with a verified signature. vnen George Mar...
#include <godot_cpp/classes/check_box.hpp> #include <godot_cpp/classes/v_box_container.hpp> #include <godot_cpp/classes/project_settings.hpp>OrchestratorGraphActionMenu::OrchestratorGraphActionMenu(OrchestratorGraphEdit* p_graph_edit) { @@ -111,6 +112,9 @@ void OrchestratorGraphActionMenu::_...
godot自动加载Godot 3和Godot 4的工具godot-3 / realtimer一个不带节点的基于代码的计时器godot-3 / toolset一些有用的功能godot-4 / setget一个小的setget解决方法执照麻省理工学院
#include<godot_cpp/classes/project_settings.hpp> OrchestratorGraphActionMenu::OrchestratorGraphActionMenu(OrchestratorGraphEdit* p_graph_edit) { Expand DownExpand Up@@ -111,6 +112,9 @@ void OrchestratorGraphActionMenu::_notification(int p_what) ...
9 changes: 9 additions & 0 deletions 9 src/editor/graph/actions/action_menu.cpp Original file line numberDiff line numberDiff line change @@ -27,6 +27,7 @@#include <godot_cpp/classes/check_box.hpp> #include <godot_cpp/classes/v_box_container.hpp>...