W3cubDocs

/Godot 4.2

ReferenceRect

Inherits: Control < CanvasItem < Node < Object

A rectangle hint for designing UIs.

Description

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

Properties

Color

border_color

Color(1, 0, 0, 1)

float

border_width

1.0

bool

editor_only

true

Property Descriptions

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

  • void set_border_color ( Color value )
  • Color get_border_color ( )

Sets the border color of the ReferenceRect.

float border_width = 1.0

  • void set_border_width ( float value )
  • float get_border_width ( )

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

bool editor_only = true

  • void set_editor_only ( bool value )
  • bool get_editor_only ( )

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

© 2014–present Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0.
https://docs.godotengine.org/en/4.2/classes/class_referencerect.html