ReferenceRect
Inherits: Control < CanvasItem < Node < Object Reference frame for GUI.
Description
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
Property Descriptions
- Color border_color
Color of the
ReferenceRect.
- float border_width
ReferenceRect. The border grows both inwards and outwards with respect to the rectangle box.
- bool editor_only
true, theReferenceRectwill only be visible while in editor. Otherwise,ReferenceRectwill be visible in game.
