Updated RelayNode;

Added ISlot interface;
Added ProxySlot;
This commit is contained in:
Misaki
2024-11-08 20:56:19 +09:00
parent e15570459c
commit 994297a3f2
22 changed files with 426 additions and 268 deletions

View File

@@ -39,7 +39,7 @@ namespace Misaki.GraphView.Editor
return nodeView;
}
private static Port CreateOutputPort(ExposedProperty property, Slot slot, IPortColorManager portColorManager)
private static Port CreateOutputPort(ExposedProperty property, ISlot slot, IPortColorManager portColorManager)
{
if (property == null)
{