添加了标识更新
但是只有界面没有功能
This commit is contained in:
@@ -28,7 +28,7 @@ public static partial class MathNode
|
||||
return nodes.Distinct();
|
||||
}
|
||||
|
||||
public static void RemoveAllChild(Node self)
|
||||
public static void ClearChild(Node self)
|
||||
{
|
||||
foreach (var x in self.GetChildren())
|
||||
{
|
||||
|
Reference in New Issue
Block a user