Document ReferenceRect Node

Added missing documentation for ReferenceRect Node

(cherry picked from commit 5d0040e340)
This commit is contained in:
Zak 2019-06-20 17:01:25 +03:00 committed by Rémi Verschelde
parent 29fbb408ec
commit 02a8c1d9fe
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Reference frame for GUI.
</brief_description>
<description>
Reference frame for GUI. It's just like an empty control, except a red box is displayed while editing around its size at all times.
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.
</description>
<tutorials>
</tutorials>
@ -12,6 +12,7 @@
</methods>
<members>
<member name="border_color" type="Color" setter="set_border_color" getter="get_border_color">
Determines the border [Color] of the [ReferenceRect].
</member>
</members>
<constants>