diff options
author | K. S. Ernest (iFire) Lee <fire@users.noreply.github.com> | 2021-08-10 15:42:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 15:42:04 -0400 |
commit | 18bd0fee5a8aa360177cbe14a16d6be69f088d8f (patch) | |
tree | ab5d8b03986758409f1169751d90de79248068e3 /doc/classes | |
parent | afb40920fe5a0d6c996d5b055f7b6fd59c84ec07 (diff) | |
parent | 12fc3f1eefbe43a17e88f43f805e3c118459b7a8 (diff) |
Merge pull request #49343 from theoway/node_auto_arrangement_graph_edit
Node Auto Arrangement in GraphEdit/VisualScript/VisualShader
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/GraphEdit.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 2e5d2e6497..a65a88a4f2 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -32,6 +32,12 @@ Makes possible to disconnect nodes when dragging from the slot at the right if it has the specified type. </description> </method> + <method name="arrange_nodes"> + <return type="void" /> + <description> + Rearranges selected nodes in a layout with minimum crossings between connections and uniform horizontal and vertical gap between nodes. + </description> + </method> <method name="clear_connections"> <return type="void" /> <description> @@ -283,6 +289,8 @@ <theme_item name="grid_minor" data_type="color" type="Color" default="Color(1, 1, 1, 0.05)"> Color of minor grid lines. </theme_item> + <theme_item name="layout" data_type="icon" type="Texture2D"> + </theme_item> <theme_item name="minimap" data_type="icon" type="Texture2D"> </theme_item> <theme_item name="minus" data_type="icon" type="Texture2D"> |