mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
Something got wrong with the comments.
This commit is contained in:
parent
963638345c
commit
0a00e42c69
@ -397,7 +397,7 @@ namespace XNodeEditor {
|
|||||||
Selection.objects = newNodes;
|
Selection.objects = newNodes;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary> Draw this node on top of other nodes by placing it last in the graph.nodes list </summary>
|
/// <summary> Aligns selected nodes to either left/right/top/bottom edge of nodes </summary>
|
||||||
public void AlignNodesTo(bool left, bool right, bool top, bool bottom) {
|
public void AlignNodesTo(bool left, bool right, bool top, bool bottom) {
|
||||||
float positionLeft = float.MaxValue;
|
float positionLeft = float.MaxValue;
|
||||||
float positionRight = float.MinValue;
|
float positionRight = float.MinValue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user