重新设计了创建连线时的逻辑,能够预览连接成功后的外观样式

This commit is contained in:
fengjiayi
2025-01-04 22:20:01 +08:00
parent 665a722f68
commit 702af587f9
20 changed files with 1040 additions and 277 deletions

View File

@@ -158,25 +158,7 @@ namespace Serein.Library
|| (start == JunctionType.ArgData && end == JunctionType.ReturnData);
}
//var endType = end.ToConnectyionType();
//if (startType != endType
// || startType == JunctionOfConnectionType.None
// || endType == JunctionOfConnectionType.None)
//{
// return false;
//}
//else
//{
// if (startType == JunctionOfConnectionType.Invoke)
// {
// return end == JunctionType.NextStep;
// }
// else // if (startType == JunctionOfConnectionType.Arg)
// {
// return end == JunctionType.ReturnData;
// }
//}
}
}