diff --git a/Scripts/Editor/NodeEditorAction.cs b/Scripts/Editor/NodeEditorAction.cs index 180cb01..e0ad7b4 100644 --- a/Scripts/Editor/NodeEditorAction.cs +++ b/Scripts/Editor/NodeEditorAction.cs @@ -397,7 +397,7 @@ namespace XNodeEditor { Selection.objects = newNodes; } - /// Draw this node on top of other nodes by placing it last in the graph.nodes list + /// Aligns selected nodes to either left/right/top/bottom edge of nodes public void AlignNodesTo(bool left, bool right, bool top, bool bottom) { float positionLeft = float.MaxValue; float positionRight = float.MinValue;