From 999ce610a2f57ed29be8dd7dde69c24590251029 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Fri, 6 Nov 2020 22:16:45 +0300 Subject: Add a minimap to the GraphEdit --- doc/classes/GraphEdit.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 77bd2c60cc..ef4d92a5e7 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -175,6 +175,15 @@ + + If [code]true[/code], the minimap is visible. + + + The opacity of the minimap rectangle. + + + The size of the minimap rectangle. The map itself is based on the size of the grid area and is scaled to fit this rectangle. + If [code]true[/code], enables disconnection of existing connections in the GraphEdit by dragging the right end. -- cgit v1.2.3