修改了远程环境的节点加载流程、容器节点子节点的位置关系

This commit is contained in:
fengjiayi
2024-12-26 00:26:50 +08:00
parent 5b0ba84fd6
commit 56b22be8c0
89 changed files with 1060 additions and 4953 deletions

View File

@@ -38,6 +38,14 @@
/// </summary>
public const string RemoveNode = nameof(RemoveNode);
/// <summary>
/// 尝试放置节点
/// </summary>
public const string PlaceNode = nameof(PlaceNode);
/// <summary>
/// 尝试取出节点
/// </summary>
public const string TakeOutNode = nameof(TakeOutNode);
/// <summary>
/// 尝试连接两个节点的方法调用关系
/// </summary>
public const string ConnectInvokeNode = nameof(ConnectInvokeNode);