将流程事件接口与流程运行环境解耦。

This commit is contained in:
fengjiayi
2025-06-02 19:17:30 +08:00
parent c7fbdc1cbb
commit 999060b67a
22 changed files with 734 additions and 483 deletions

View File

@@ -554,17 +554,7 @@ namespace Serein.NodeFlow.Env
};
}
/// <summary>
/// 移动了某个节点(远程插件使用)
/// </summary>
/// <param name="nodeGuid"></param>
/// <param name="x"></param>
/// <param name="y"></param>
[AutoSocketHandle(ThemeValue = EnvMsgTheme.MoveNode)]
public void MoveNode(string canvasGuid, string nodeGuid, double x, double y)
{
environment.MoveNode(canvasGuid, nodeGuid, x, y);
}
/// <summary>
/// 设置起点控件