修改md文档

This commit is contained in:
fengjiayi
2025-07-17 15:14:34 +08:00
parent 88a82046b8
commit 550122208d
4 changed files with 75 additions and 73 deletions

View File

@@ -273,7 +273,6 @@ namespace Serein.NodeFlow.Model
return ConvertHelper.ValueParse<int>(value);
}
#endregion
public static int len(object target)
@@ -317,6 +316,11 @@ namespace Serein.NodeFlow.Model
return Activator.CreateInstance(type);
}
public static object global(string name)
{
return SereinEnv.GetFlowGlobalData(name);
}
public static Type type(object type)
{
return type.GetType();