From aef00021a9c8a51326d6ed6f9a4fc9ddeae175bd Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Mon, 19 Oct 2020 20:41:25 +0300 Subject: Add `border_width` to `ReferenceRect` Exposes a hidden parameter behind `CanvasItem.draw_rect()`. --- doc/classes/ReferenceRect.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/ReferenceRect.xml b/doc/classes/ReferenceRect.xml index 4f8f71b3db..ed2d397f7d 100644 --- a/doc/classes/ReferenceRect.xml +++ b/doc/classes/ReferenceRect.xml @@ -14,6 +14,9 @@ Sets the border [Color] of the [ReferenceRect]. + + Sets the border width of the [ReferenceRect]. The border grows both inwards and outwards with respect to the rectangle box. + 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