From 6d876baf60d624d65737583c4d88d5c86c6e12cc Mon Sep 17 00:00:00 2001 From: Hendrik Brucker Date: Sat, 30 Apr 2022 03:56:57 +0200 Subject: Improve the VisualShader/VisualScript editor UI --- doc/classes/GraphNode.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index 173da63a15..5f0dca0402 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -119,6 +119,13 @@ Returns the right (output) type of the slot [code]idx[/code]. + + + + + Returns true if the background [StyleBox] of the slot [code]idx[/code] is drawn. + + @@ -152,6 +159,7 @@ + Sets properties of the slot with ID [code]idx[/code]. If [code]enable_left[/code]/[code]right[/code], a port will appear and the slot will be able to be connected from this side. @@ -178,6 +186,14 @@ Sets the [Color] of the right (output) side of the slot [code]idx[/code] to [code]color_right[/code]. + + + + + + Toggles the background [StyleBox] of the slot [code]idx[/code]. + + @@ -301,6 +317,8 @@ Color of the title text. + + The vertical offset of the close button. @@ -343,5 +361,8 @@ The background used when the [GraphNode] is selected. + + The [StyleBox] used for each slot of the [GraphNode]. + -- cgit v1.2.3