Commit Graph

6 Commits

Author SHA1 Message Date
Misaki
5ac1081d32 Added the functionality to add RelayNode directly to edge between two Prot; 2024-11-07 00:42:52 +09:00
Misaki
02ae77f17a Added RelayNodeView;
Chnaged GraphView to multiple files for better organization;
2024-11-05 22:46:42 +09:00
Misaki
c853994bf5 Added IExecutable and ISlotContainer interface.
Changed SlotContainerNode to ExecutableNode
2024-11-05 02:25:15 +09:00
Misaki
7eec130b39 Added defualt graph properties inspector;
Added sticky note;

Changed the name of BaseNode to SlotContainerNode in case we need other type of nodes in the future;
2024-11-04 01:02:30 +09:00
Misaki
5a9d8b9420 Add new feature.
Added ILogger;
Added IGraphProcessor;

Changed return type of OnExecute method in BaseNode from void to bool;
2024-11-03 02:09:19 +09:00
Misaki
e645a5327b First commit 2024-11-02 17:58:52 +09:00