如果方法入参如果有Description特性,则能够在节点悬浮窗口中显示

This commit is contained in:
fengjiayi
2025-03-15 16:03:58 +08:00
parent 1ae4c87aac
commit 41cf0064f6
6 changed files with 17 additions and 3 deletions

View File

@@ -62,6 +62,8 @@ namespace Serein.NodeFlow.Model
//Convertor = null,
InputType = ParameterValueInputType.Input,
Items = null,
Description = "表达式节点入参控制点"
};
this.MethodDetails.ParameterDetailss = [.. pd];
}