重写脚本解释器的实现,提高其可读性。

This commit is contained in:
fengjiayi
2025-07-13 17:34:03 +08:00
parent 6141d2c1c1
commit 01ab905155
42 changed files with 1747 additions and 715 deletions

View File

@@ -292,7 +292,7 @@ namespace Serein.Library
/// 从DLL拖动出来时从元数据拷贝新的实例作为属于节点独享的方法描述
/// </summary>
/// <returns></returns>
public MethodDetails CloneOfNode( IFlowNode nodeModel)
public MethodDetails CloneOfNode(IFlowNode nodeModel)
{
// this => 是元数据
var md = new MethodDetails(nodeModel) // 创建新节点时拷贝实例