Sets the border Color of the ReferenceRect.
Sets the border width of the ReferenceRect. The border grows both inwards and outwards with respect to the rectangle box.
If set to true, the ReferenceRect will only be visible while in editor. Otherwise, ReferenceRect will be visible in game.
Construct a new instance of ReferenceRect. Note: use memnew!ReferenceRect instead.
Reference frame for GUI.
A rectangle box that displays only a borderColor 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.