Table of Contents

Class ReferenceRect

A rectangle hint for designing UIs.

Inheritance
ReferenceRect

Remarks

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

Properties

border_color

Sets the border color of the ReferenceRect.

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

Property Value

Color

Remarks

  • void set_border_color(Color value)
  • Color get_border_color

border_width

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

var border_width : float = 1.0

Property Value

float

Remarks

  • void set_border_width(float value)
  • float get_border_width

editor_only

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

var editor_only : bool = true

Property Value

bool

Remarks

  • void set_editor_only(bool value)
  • bool get_editor_only