From d29b1b791774f0aa72a1230087c884b83e65d780 Mon Sep 17 00:00:00 2001 From: Zak Date: Tue, 25 Jun 2019 12:00:32 +0300 Subject: Fix ReferenceRect node ReferenceRect node by default was only displaying in the editor and not when the game is running. --- doc/classes/ReferenceRect.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/classes/ReferenceRect.xml b/doc/classes/ReferenceRect.xml index f6025fe2f9..3b5481a7a1 100644 --- a/doc/classes/ReferenceRect.xml +++ b/doc/classes/ReferenceRect.xml @@ -4,7 +4,7 @@ Reference frame for GUI. - Reference frame for GUI. It's just like an empty control, except an outline border [member border_color] is displayed while editing around its size at all times. + A rectangle box that displays only a [member border_color] border color around its rectangle. [ReferenceRect] has no fill [Color]. @@ -12,7 +12,10 @@ - Determines the border [Color] of the [ReferenceRect]. + Sets the border [Color] of the [ReferenceRect]. + + + If set to [code]true[/code], the [ReferenceRect] will only be visible while in editor. Otherwise, [ReferenceRect] will be visible in game. -- cgit v1.2.3