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
dae64d96cd
commit
c9d6c92924
@ -365,7 +365,7 @@ namespace XNodeEditor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary> Aligns selected nodes to either left/right/top/bottom edge of nodes </summary>
|
/// <summary> Duplicate selected nodes and select the duplicates </summary>
|
||||||
public void DuplicateSelectedNodes() {
|
public void DuplicateSelectedNodes() {
|
||||||
UnityEngine.Object[] newNodes = new UnityEngine.Object[Selection.objects.Length];
|
UnityEngine.Object[] newNodes = new UnityEngine.Object[Selection.objects.Length];
|
||||||
Dictionary<XNode.Node, XNode.Node> substitutes = new Dictionary<XNode.Node, XNode.Node>();
|
Dictionary<XNode.Node, XNode.Node> substitutes = new Dictionary<XNode.Node, XNode.Node>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user