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;
This commit is contained in:
Misaki
2024-11-04 01:02:30 +09:00
parent 5a9d8b9420
commit 7eec130b39
53 changed files with 517 additions and 436 deletions

View File

@@ -9,7 +9,7 @@ namespace Misaki.GraphView
public void UpdateComputeOrder();
public void Execute(ReadOnlyCollection<BaseNode> nodes);
public void Execute(ReadOnlyCollection<SlotContainerNode> nodes);
public void Break();
}