Add new feature.

Added ILogger;
Added IGraphProcessor;

Changed return type of OnExecute method in BaseNode from void to bool;
This commit is contained in:
Misaki
2024-11-03 02:09:19 +09:00
parent e645a5327b
commit 5a9d8b9420
20 changed files with 332 additions and 40 deletions

View File

@@ -6,6 +6,19 @@ GridBackground
--spacing : 15;
}
EditorNodeView.node-execution-failed VisualElement#node-border
{
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-color: red;
border-top-color: red;
border-left-color: red;
border-right-color: red;
}
.graphElement.node.math VisualElement#title
{
background-color : rgba(64, 96, 128, 0.8);