2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2021-11-05 15:02:42 +01:00
<class name= "ReferenceRect" inherits= "Control" version= "3.5" >
2017-09-12 22:42:36 +02:00
<brief_description >
Reference frame for GUI.
</brief_description>
<description >
2020-10-19 19:18:53 +02:00
A rectangle box that displays only a [member border_color] border color around its rectangle. [ReferenceRect] has no fill [Color]. If you need to display a rectangle filled with a solid color, consider using [ColorRect] instead.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
2018-08-11 09:37:03 +02:00
<members >
2019-06-29 12:38:01 +02:00
<member name= "border_color" type= "Color" setter= "set_border_color" getter= "get_border_color" default= "Color( 1, 0, 0, 1 )" >
2019-06-25 11:00:32 +02:00
Sets the border [Color] of the [ReferenceRect].
</member>
2020-10-19 19:41:25 +02:00
<member name= "border_width" type= "float" setter= "set_border_width" getter= "get_border_width" default= "1.0" >
Sets the border width of the [ReferenceRect]. The border grows both inwards and outwards with respect to the rectangle box.
</member>
2019-06-29 12:38:01 +02:00
<member name= "editor_only" type= "bool" setter= "set_editor_only" getter= "get_editor_only" default= "true" >
2019-06-25 11:00:32 +02:00
If set to [code]true[/code], the [ReferenceRect] will only be visible while in editor. Otherwise, [ReferenceRect] will be visible in game.
2018-08-11 09:37:03 +02:00
</member>
</members>
2018-08-21 00:35:30 +02:00
<constants >
</constants>
2017-09-12 22:42:36 +02:00
</class>