ReferenceRect

Inherits: Control < CanvasItem < Node < Object

Reference frame for GUI.

Description

A rectangle box that displays only a 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.

Properties

Colorborder_colorColor( 1, 0, 0, 1 )
floatborder_width1.0
booleditor_onlytrue

Property Descriptions

DefaultColor( 1, 0, 0, 1 )
Setterset_border_color(value)
Getterget_border_color()

Sets the border Color of the ReferenceRect.


Default1.0
Setterset_border_width(value)
Getterget_border_width()

Sets the border width of the ReferenceRect. The border grows both inwards and outwards with respect to the rectangle box.


Defaulttrue
Setterset_editor_only(value)
Getterget_editor_only()

If set to true, the ReferenceRect will only be visible while in editor. Otherwise, ReferenceRect will be visible in game.