From 9eb10f1e4a470d5d3cc5d94f8daa9e36297b0f28 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 15 Aug 2019 14:50:26 +0200 Subject: Add an `editor_description` property to Node for documentation purposes It is implemented using editor-only metadata, in a way similar to edit locking or Position2D gizmo extents. This closes #2082. --- doc/classes/GraphNode.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes') diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index 6bc09e5289..df641883af 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -174,6 +174,7 @@ + If [code]true[/code], the GraphNode is a comment node. The offset of the GraphNode, relative to the scroll offset of the [GraphEdit]. -- cgit v1.2.3