修改了保存文件功能,使其能将依赖的dll保存到项目文件保存目录。在选取功能的基层上实现了节点的批量移动。节点右键菜单增加了对齐功能,可将当前选取的节点进行对齐(实验性)

This commit is contained in:
fengjiayi
2024-09-20 17:11:31 +08:00
parent f5924aa31e
commit 98a9fc7286
6 changed files with 499 additions and 173 deletions

View File

@@ -61,6 +61,7 @@ namespace Serein.Library.Framework.NodeFlow
public FlipflopStateType State { get; set; }
//public TResult? Data { get; set; }
public TriggerData TriggerData { get; set; }
public FlipflopContext(FlipflopStateType ffState)
{
State = ffState;