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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user