Inheritance #

ReferenceRect
Table of contents

ReferenceRect #

is_instantiable, Node, core, not_builtin_classes

A rectangle hint for designing UIs.

A rectangle box that displays only a colored border around its rectangle. It is used to visualize the extents of a Control.

Members #

var border_color: Color = Color(1, 0, 0, 1)#

Sets the border color of the ReferenceRect.

var border_width: float = 1.0#

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

var editor_only: bool = true#

If true, the ReferenceRect will only be visible while in editor. Otherwise, ReferenceRect will be visible in the running project.

Methods #

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

Theme Items #

Tutorials #